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

Tim Peters tim_one@users.sourceforge.net
Tue, 31 Jul 2001 15:10:31 -0700


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

Modified Files:
	pythoncore.dsp 
Log Message:
Add mysnprintf.c to Windows build, + squash compiler wngs in mysnprintf.c.


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** pythoncore.dsp	2001/07/17 04:05:43	1.17
--- pythoncore.dsp	2001/07/31 22:10:28	1.18
***************
*** 1164,1167 ****
--- 1164,1182 ----
  # Begin Source File
  
+ SOURCE=..\Python\mysnprintf.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=..\Python\mystrtoul.c