From: Guido van Rossum Date: Sat, 1 Jul 2000 03:27:22 +0000 (+0000) Subject: Define a magical symbol and magic include path so it will compile without X-Git-Tag: v2.0b1~1155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e4d2f6dcff6845e70f6f6c63eb225df49e37d25;p=python Define a magical symbol and magic include path so it will compile without changes to the bsddb source. --- diff --git a/PCbuild/bsddb.dsp b/PCbuild/bsddb.dsp index bac1f4bcca..d97a40b845 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"