[Python-checkins] CVS: python/dist/src/PCbuild bsddb.dsp,1.10,1.11
Guido van Rossum
python-dev@python.org
2000年6月30日 20:27:25 -0700
Update of /cvsroot/python/python/dist/src/PCbuild
In directory slayer.i.sourceforge.net:/tmp/cvs-serv11092
Modified Files:
bsddb.dsp
Log Message:
Define a magical symbol and magic include path so it will compile without
changes to the bsddb source.
Index: bsddb.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/bsddb.dsp,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** bsddb.dsp 2000年04月21日 21:26:07 1.10
--- bsddb.dsp 2000年07月01日 03:27:22 1.11
***************
*** 170,174 ****
--- 170,180 ----
!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"