summaryrefslogtreecommitdiffstats
path: root/PCbuild/_bsddb.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'PCbuild/_bsddb.vcproj')
-rw-r--r--PCbuild/_bsddb.vcproj6
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"