Define a magical symbol and magic include path so it will compile without

changes to the bsddb source.
This commit is contained in:
Guido van Rossum 2000-07-01 03:27:22 +00:00
parent 2c62154e98
commit 3e4d2f6dcf
1 changed files with 6 additions and 0 deletions

View File

@ -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"