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

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 15 Jun 2002 18:34:51 -0700


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

Modified Files:
	pythoncore.dsp 
Log Message:
Removed newmodule.c from the project, and removed references to it from
the Windowish builds.


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** pythoncore.dsp	15 Jun 2002 04:58:17 -0000	1.36
--- pythoncore.dsp	16 Jun 2002 01:34:49 -0000	1.37
***************
*** 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
  
--- 1254,1257 ----