~ubuntu-branches/ubuntu/natty/xml-security-c/natty-security

« back to all changes in this revision

Viewing changes to Projects/VC7.0/xsec/templatesign/templatesign.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2009-08-05 14:11:52 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090805141152-a7xyrgur2sq3exkr
Tags: 1.5.1-1
* New upstream release.
  - Rename library package for upstream SONAME bump.
* Upstream now ships an older version of libtool, so run libtoolize and
  aclocal before the build.  Add build dependencies on automake and
  libtool.
* Build against Xerces-C 3.0.
* Stop building against Xalan.  The Xalan packages for Debian have been
  orphaned, the current Xalan release does not support Xerces-C 3.0, and
  porting it is not trivial.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
                                Name="VCCustomBuildTool"/>
35
35
                        <Tool
36
36
                                Name="VCLinkerTool"
37
 
                                AdditionalDependencies="xerces-c_2D.lib Xalan-C_1D.lib crypt32.lib libeay32.lib "
 
37
                                AdditionalDependencies="xerces-c_3D.lib Xalan-C_1D.lib crypt32.lib libeay32.lib "
38
38
                                OutputFile="$(OutDir)/templatesign.exe"
39
39
                                LinkIncremental="2"
40
40
                                GenerateDebugInformation="TRUE"
81
81
                                Name="VCCustomBuildTool"/>
82
82
                        <Tool
83
83
                                Name="VCLinkerTool"
84
 
                                AdditionalDependencies="xerces-c_2.lib crypt32.lib libeay32.lib  Xalan-C_1.lib"
 
84
                                AdditionalDependencies="xerces-c_3.lib crypt32.lib libeay32.lib  Xalan-C_1.lib"
85
85
                                OutputFile="$(OutDir)/templatesign.exe"
86
86
                                LinkIncremental="1"
87
87
                                GenerateDebugInformation="TRUE"
128
128
                                Name="VCCustomBuildTool"/>
129
129
                        <Tool
130
130
                                Name="VCLinkerTool"
131
 
                                AdditionalDependencies="xerces-c_2D.lib crypt32.lib libeay32.lib "
 
131
                                AdditionalDependencies="xerces-c_3D.lib crypt32.lib libeay32.lib "
132
132
                                OutputFile="$(OutDir)/templatesign.exe"
133
133
                                LinkIncremental="2"
134
134
                                GenerateDebugInformation="TRUE"
175
175
                                Name="VCCustomBuildTool"/>
176
176
                        <Tool
177
177
                                Name="VCLinkerTool"
178
 
                                AdditionalDependencies="xerces-c_2.lib crypt32.lib libeay32.lib"
 
178
                                AdditionalDependencies="xerces-c_3.lib crypt32.lib libeay32.lib"
179
179
                                OutputFile="$(OutDir)/templatesign.exe"
180
180
                                LinkIncremental="1"
181
181
                                GenerateDebugInformation="TRUE"