mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
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
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue