]> granicus.if.org Git - python/commitdiff
make sure the case is correct (damned case-sensitive languages :-)
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 2 Jun 2000 02:41:47 +0000 (02:41 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 2 Jun 2000 02:41:47 +0000 (02:41 +0000)
PCbuild/python16.dsp

index 98f14c2d4ad405e998329aedbe8045c8c3ae35a5..e7e3b5a11ddd82599d8bd2eb30d13d6614de7a41 100644 (file)
@@ -542,18 +542,18 @@ SOURCE=..\Python\errors.c
 \r
 SOURCE=..\python\exceptions.c\r
 \r
-!if  "$(cfg)" == "python16 - win32 release"\r
+!IF  "$(cfg)" == "python16 - Win32 Release"\r
 \r
-!elseif  "$(cfg)" == "python16 - win32 debug"\r
+!ELSEIF  "$(cfg)" == "python16 - Win32 Debug"\r
 \r
-!elseif  "$(cfg)" == "python16 - win32 alpha debug"\r
+!ELSEIF  "$(cfg)" == "python16 - Win32 Alpha Debug"\r
 \r
-!elseif  "$(cfg)" == "python16 - win32 alpha release"\r
+!ELSEIF  "$(cfg)" == "python16 - Win32 Alpha Release"\r
 \r
-!endif \r
+!ENDIF \r
 \r
-# end source file\r
-# begin source file\r
+# End Source File\r
+# Begin Source File\r
 \r
 SOURCE=..\Objects\fileobject.c\r
 \r