]> granicus.if.org Git - python/commitdiff
correct case in python16.dsp to allow build with VS6
authorTrent Mick <trentm@activestate.com>
Tue, 6 Jun 2000 23:29:09 +0000 (23:29 +0000)
committerTrent Mick <trentm@activestate.com>
Tue, 6 Jun 2000 23:29:09 +0000 (23:29 +0000)
PCbuild/python16.dsp

index e7e3b5a11ddd82599d8bd2eb30d13d6614de7a41..4c753023983fff01365477e3796c51d6d95905aa 100644 (file)
@@ -540,15 +540,15 @@ SOURCE=..\Python\errors.c
 # End Source File\r
 # Begin Source File\r
 \r
-SOURCE=..\python\exceptions.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
 \r