summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-07-01 03:27:22 (GMT)
committerGuido van Rossum <guido@python.org>2000-07-01 03:27:22 (GMT)
commit3e4d2f6dcff6845e70f6f6c63eb225df49e37d25 (patch)
tree2225e551bdad9b7c2fa1ca2295ef4c8b12cf6f8a /PCbuild
parent2c62154e98f37cbba42030f25cd12fff627bb242 (diff)
downloadcpython-3e4d2f6dcff6845e70f6f6c63eb225df49e37d25.zip
cpython-3e4d2f6dcff6845e70f6f6c63eb225df49e37d25.tar.gz
cpython-3e4d2f6dcff6845e70f6f6c63eb225df49e37d25.tar.bz2
Define a magical symbol and magic include path so it will compile without
changes to the bsddb source.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/bsddb.dsp6
1 files changed, 6 insertions, 0 deletions
diff --git a/PCbuild/bsddb.dsp b/PCbuild/bsddb.dsp
index bac1f4b..d97a40b 100644
--- a/PCbuild/bsddb.dsp
+++ b/PCbuild/bsddb.dsp
@@ -169,8 +169,14 @@ SOURCE=..\Modules\bsddbmodule.c
!IF "$(CFG)" == "bsddb - Win32 Release"
+# ADD CPP /I "..\..\bsddb\PORT\win32\include" /I "..\..\bsddb\PORT\include" /D "__DBINTERFACE_PRIVATE"
+# SUBTRACT CPP /X /I "..\..\bsddb\port\include"
+
!ELSEIF "$(CFG)" == "bsddb - Win32 Debug"
+# ADD CPP /I "..\..\bsddb\PORT\win32\include" /I "..\..\bsddb\PORT\include" /D "__DBINTERFACE_PRIVATE"
+# SUBTRACT CPP /I "..\..\bsddb\port\include"
+
!ELSEIF "$(CFG)" == "bsddb - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "bsddb - Win32 Alpha Release"