[Python-checkins] CVS: python/dist/src/PCbuild python16.dsp,1.3,1.4

Jeremy Hylton python-dev@python.org
Thu, 1 Jun 2000 08:47:11 -0700


Update of /cvsroot/python/python/dist/src/PCbuild
In directory slayer.i.sourceforge.net:/tmp/cvs-serv7948

Modified Files:
	python16.dsp 
Log Message:
add new Python/exceptions.c to python16 project (courtesy Trent Mick)


Index: python16.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python16.dsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** python16.dsp	2000/04/21 21:26:07	1.3
--- python16.dsp	2000/06/01 15:47:08	1.4
***************
*** 541,544 ****
--- 541,559 ----
  # Begin Source File
  
+ SOURCE=..\python\exceptions.c
+ 
+ !if  "$(cfg)" == "python16 - win32 release"
+ 
+ !elseif  "$(cfg)" == "python16 - win32 debug"
+ 
+ !elseif  "$(cfg)" == "python16 - win32 alpha debug"
+ 
+ !elseif  "$(cfg)" == "python16 - win32 alpha release"
+ 
+ !endif 
+ 
+ # end source file
+ # begin source file
+ 
  SOURCE=..\Objects\fileobject.c