[Python-checkins] CVS: python/dist/src/PCbuild pythoncore.dsp,1.15.2.3,1.15.2.4

Tim Peters tim_one@users.sourceforge.net
Fri, 06 Jul 2001 11:53:50 -0700


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

Modified Files:
      Tag: descr-branch
	pythoncore.dsp 
Log Message:
Rename spam.c to xxsubtype.c, to serve as a permanent subtyping example
we can merge back into the trunk later.
TODO:  This works on Windows but I don't know what's needed on Unix.
Leaving that part to Guido.


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.15.2.3
retrieving revision 1.15.2.4
diff -C2 -r1.15.2.3 -r1.15.2.4
*** pythoncore.dsp	2001/07/05 21:32:21	1.15.2.3
--- pythoncore.dsp	2001/07/06 18:53:48	1.15.2.4
***************
*** 1498,1516 ****
  # Begin Source File
  
- SOURCE=..\Modules\spam.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=..\Objects\stringobject.c
  
--- 1498,1501 ----
***************
*** 1739,1742 ****
--- 1724,1742 ----
  
  SOURCE=..\Modules\xreadlinesmodule.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\xxsubtype.c
  
  !IF  "$(CFG)" == "pythoncore - Win32 Release"