summaryrefslogtreecommitdiffstats
path: root/PCbuild/_bsddb.vcproj
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-03-13 15:37:40 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-03-13 15:37:40 (GMT)
commitb091241d9bdf06caf66b807327c3dfa698721959 (patch)
treef7dc1a59d56c7fc0a8abdd40416ea2ecc7261bf8 /PCbuild/_bsddb.vcproj
parentfcddd2930ca415d6244054cfa587acfa0bc68573 (diff)
downloadcpython-b091241d9bdf06caf66b807327c3dfa698721959.zip
cpython-b091241d9bdf06caf66b807327c3dfa698721959.tar.gz
cpython-b091241d9bdf06caf66b807327c3dfa698721959.tar.bz2
Fix build process of bsddb for IA64 and AMD64.
Remove remarks on size_t problems.
Diffstat (limited to 'PCbuild/_bsddb.vcproj')
-rw-r--r--PCbuild/_bsddb.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/_bsddb.vcproj b/PCbuild/_bsddb.vcproj
index a118b02..daaa789 100644
--- a/PCbuild/_bsddb.vcproj
+++ b/PCbuild/_bsddb.vcproj
@@ -151,7 +151,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
- AdditionalDependencies="..\..\db-4.4.20\build_win32\Release\libdb44s.lib"
+ AdditionalDependencies="..\..\db-4.4.20\build_win32\Release_IA64\libdb44s.lib"
OutputFile="./_bsddb.pyd"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
@@ -213,7 +213,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions=" /MACHINE:AMD64 /USELINK:MS_SDK"
- AdditionalDependencies="..\..\db-4.4.20\build_win32\Release\libdb44s.lib"
+ AdditionalDependencies="..\..\db-4.4.20\build_win32\Release_AMD64\libdb44s.lib"
OutputFile="./_bsddb.pyd"
LinkIncremental="1"
SuppressStartupBanner="TRUE"