summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.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/python.vcproj
parentd632050d1d5dcf9517f5caa930e30d212b68009b (diff)
downloadcpython-9ecf326714bc3600028d399618eb83e6f21532ec.zip
cpython-9ecf326714bc3600028d399618eb83e6f21532ec.tar.gz
cpython-9ecf326714bc3600028d399618eb83e6f21532ec.tar.bz2
Patch #1006916: Remove ODBC library references.
Diffstat (limited to 'PCbuild/python.vcproj')
-rw-r--r--PCbuild/python.vcproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild/python.vcproj b/PCbuild/python.vcproj
index 7d13c43..0c3c4b6 100644
--- a/PCbuild/python.vcproj
+++ b/PCbuild/python.vcproj
@@ -40,7 +40,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="odbc32.lib odbccp32.lib"
+ AdditionalDependencies="odbccp32.lib"
OutputFile=".\./python.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
@@ -102,7 +102,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="odbc32.lib odbccp32.lib"
+ AdditionalDependencies="odbccp32.lib"
OutputFile="./python_d.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
@@ -172,7 +172,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK /VSEXTCOMP_VERBOSE"
- AdditionalDependencies="odbc32.lib odbccp32.lib"
+ AdditionalDependencies="odbccp32.lib"
OutputFile=".\./python.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"