Commit c57b6ecf authored by Guido van Rossum's avatar Guido van Rossum

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

changes to the bsddb source.
parent 6a107b3b
...@@ -169,8 +169,14 @@ SOURCE=..\Modules\bsddbmodule.c ...@@ -169,8 +169,14 @@ SOURCE=..\Modules\bsddbmodule.c
!IF "$(CFG)" == "bsddb - Win32 Release" !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" !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 Debug"
!ELSEIF "$(CFG)" == "bsddb - Win32 Alpha Release" !ELSEIF "$(CFG)" == "bsddb - Win32 Alpha Release"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment