summaryrefslogtreecommitdiffstats
path: root/PCbuild/make_versioninfo.vcproj
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-08-12 14:07:49 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-08-12 14:07:49 (GMT)
commit9ecf326714bc3600028d399618eb83e6f21532ec (patch)
tree60194e7c8037cd09e8496ff5770c79b6b2474802 /PCbuild/make_versioninfo.vcproj
parentd632050d1d5dcf9517f5caa930e30d212b68009b (diff)
downloadcpython-9ecf326714bc3600028d399618eb83e6f21532ec.zip
cpython-9ecf326714bc3600028d399618eb83e6f21532ec.tar.gz
cpython-9ecf326714bc3600028d399618eb83e6f21532ec.tar.bz2
Patch #1006916: Remove ODBC library references.
Diffstat (limited to 'PCbuild/make_versioninfo.vcproj')
-rw-r--r--PCbuild/make_versioninfo.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/make_versioninfo.vcproj b/PCbuild/make_versioninfo.vcproj
index d847126..8a3cba7 100644
--- a/PCbuild/make_versioninfo.vcproj
+++ b/PCbuild/make_versioninfo.vcproj
@@ -44,7 +44,7 @@
Outputs="..\PC\pythonnt_rc.h"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="odbc32.lib odbccp32.lib"
+ AdditionalDependencies="odbccp32.lib"
OutputFile=".\./make_versioninfo.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
@@ -110,7 +110,7 @@
Outputs="..\PC\pythonnt_rc_d.h"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="odbc32.lib odbccp32.lib"
+ AdditionalDependencies="odbccp32.lib"
OutputFile="./make_versioninfo_d.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"