]> granicus.if.org Git - python/commitdiff
Define a magical symbol and magic include path so it will compile without
authorGuido van Rossum <guido@python.org>
Sat, 1 Jul 2000 03:27:22 +0000 (03:27 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 1 Jul 2000 03:27:22 +0000 (03:27 +0000)
changes to the bsddb source.

PCbuild/bsddb.dsp

index bac1f4bcca58dd974a78472236ebf44f10704105..d97a40b84536ef89832f79d24b7d4631deb9d5a3 100644 (file)
@@ -169,8 +169,14 @@ SOURCE=..\Modules\bsddbmodule.c
 \r
 !IF  "$(CFG)" == "bsddb - Win32 Release"\r
 \r
+# ADD CPP /I "..\..\bsddb\PORT\win32\include" /I "..\..\bsddb\PORT\include" /D "__DBINTERFACE_PRIVATE"\r
+# SUBTRACT CPP /X /I "..\..\bsddb\port\include"\r
+\r
 !ELSEIF  "$(CFG)" == "bsddb - Win32 Debug"\r
 \r
+# ADD CPP /I "..\..\bsddb\PORT\win32\include" /I "..\..\bsddb\PORT\include" /D "__DBINTERFACE_PRIVATE"\r
+# SUBTRACT CPP /I "..\..\bsddb\port\include"\r
+\r
 !ELSEIF  "$(CFG)" == "bsddb - Win32 Alpha Debug"\r
 \r
 !ELSEIF  "$(CFG)" == "bsddb - Win32 Alpha Release"\r