mirror of https://github.com/python/cpython
Define a magical symbol and magic include path so it will compile without
changes to the bsddb source.
This commit is contained in:
parent
2c62154e98
commit
3e4d2f6dcf
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue