Mailing List Archive

python/dist/src/PCbuild pythoncore.dsp,1.33,1.34
Update of /cvsroot/python/python/dist/src/PCbuild
In directory usw-pr-cvs1:/tmp/cvs-serv20840/python/PCbuild

Modified Files:
pythoncore.dsp
Log Message:
Teach the Windows build about the new enumobject.c file.


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** pythoncore.dsp 4 Apr 2002 00:02:02 -0000 1.33
--- pythoncore.dsp 26 Apr 2002 21:20:02 -0000 1.34
***************
*** 586,589 ****
--- 586,604 ----
# Begin Source File

+ SOURCE=..\Objects\enumobject.c
+
+ !IF "$(CFG)" == "pythoncore - Win32 Release"
+
+ !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
+
+ !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
+
+ !ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
+
+ !ENDIF
+
+ # End Source File
+ # Begin Source File
+
SOURCE=..\Modules\errnomodule.c