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

Jeremy Hylton python-dev@python.org
Thu, 1 Jun 2000 19:41:53 -0700


Update of /cvsroot/python/python/dist/src/PCbuild
In directory slayer.i.sourceforge.net:/tmp/cvs-serv15940
Modified Files:
	python16.dsp 
Log Message:
make sure the case is correct (damned case-sensitive languages :-)
Index: python16.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python16.dsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** python16.dsp	2000年06月01日 15:47:08	1.4
--- python16.dsp	2000年06月02日 02:41:47	1.5
***************
*** 543,558 ****
 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
--- 543,558 ----
 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

AltStyle によって変換されたページ (->オリジナル) /