[Python-checkins] python/dist/src/PCbuild pythoncore.dsp,1.35,1.36

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Fri, 14 Jun 2002 21:58:19 -0700


Update of /cvsroot/python/python/dist/src/PCbuild
In directory usw-pr-cvs1:/tmp/cvs-serv26511/python/PCbuild

Modified Files:
	pythoncore.dsp 
Log Message:
Unsure exactly why I'm doing this, but I couldn't build a debug-mode
Python on Windows without it.


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** pythoncore.dsp	14 Jun 2002 20:41:16 -0000	1.35
--- pythoncore.dsp	15 Jun 2002 04:58:17 -0000	1.36
***************
*** 1254,1257 ****
--- 1254,1272 ----
  # Begin Source File
  
+ SOURCE=..\Modules\newmodule.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=..\Parser\node.c