diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-08-12 14:07:49 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-08-12 14:07:49 (GMT) |
commit | 9ecf326714bc3600028d399618eb83e6f21532ec (patch) | |
tree | 60194e7c8037cd09e8496ff5770c79b6b2474802 /PCbuild/_bsddb.vcproj | |
parent | d632050d1d5dcf9517f5caa930e30d212b68009b (diff) | |
download | cpython-9ecf326714bc3600028d399618eb83e6f21532ec.zip cpython-9ecf326714bc3600028d399618eb83e6f21532ec.tar.gz cpython-9ecf326714bc3600028d399618eb83e6f21532ec.tar.bz2 |
Patch #1006916: Remove ODBC library references.
Diffstat (limited to 'PCbuild/_bsddb.vcproj')
-rw-r--r-- | PCbuild/_bsddb.vcproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild/_bsddb.vcproj b/PCbuild/_bsddb.vcproj index fc3a5f9..c1298ab 100644 --- a/PCbuild/_bsddb.vcproj +++ b/PCbuild/_bsddb.vcproj @@ -36,7 +36,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="odbc32.lib odbccp32.lib ..\..\db-4.2.52\build_win32\Debug_static\libdb42sd.lib" + AdditionalDependencies="..\..\db-4.2.52\build_win32\Debug_static\libdb42sd.lib" OutputFile="./_bsddb_d.pyd" LinkIncremental="1" SuppressStartupBanner="TRUE" @@ -105,7 +105,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="odbc32.lib odbccp32.lib ..\..\db-4.2.52\build_win32\Release_static\libdb42s.lib" + AdditionalDependencies="..\..\db-4.2.52\build_win32\Release_static\libdb42s.lib" OutputFile="./_bsddb.pyd" LinkIncremental="1" SuppressStartupBanner="TRUE" @@ -179,7 +179,7 @@ <Tool Name="VCLinkerTool" AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK" - AdditionalDependencies="odbc32.lib odbccp32.lib ..\..\db-4.2.52\build_win32\Release_static\libdb42s.lib" + AdditionalDependencies="..\..\db-4.2.52\build_win32\Release_static\libdb42s.lib" OutputFile="./_bsddb.pyd" LinkIncremental="1" SuppressStartupBanner="TRUE" |