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

Tim Peters tim_one@users.sourceforge.net
Wed, 01 Aug 2001 21:15:02 -0700


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

Modified Files:
	pythoncore.dsp 
Log Message:
Merge of descr-branch back into trunk.


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** pythoncore.dsp	2001/07/31 22:10:28	1.18
--- pythoncore.dsp	2001/08/02 04:15:00	1.19
***************
*** 496,499 ****
--- 496,514 ----
  # Begin Source File
  
+ SOURCE=..\Objects\descrobject.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\dictobject.c
  
***************
*** 1724,1727 ****
--- 1739,1757 ----
  
  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"