From: Trent Mick Date: Tue, 6 Jun 2000 23:29:09 +0000 (+0000) Subject: correct case in python16.dsp to allow build with VS6 X-Git-Tag: v2.0b1~1565 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f3ce04b1bef28fd9ed8ba751fad8460e5aa2ad8;p=python correct case in python16.dsp to allow build with VS6 --- diff --git a/PCbuild/python16.dsp b/PCbuild/python16.dsp index e7e3b5a11d..4c75302398 100644 --- a/PCbuild/python16.dsp +++ b/PCbuild/python16.dsp @@ -540,15 +540,15 @@ SOURCE=..\Python\errors.c # End Source File # Begin Source File -SOURCE=..\python\exceptions.c +SOURCE=..\Python\exceptions.c -!IF "$(cfg)" == "python16 - Win32 Release" +!IF "$(CFG)" == "python16 - Win32 Release" -!ELSEIF "$(cfg)" == "python16 - Win32 Debug" +!ELSEIF "$(CFG)" == "python16 - Win32 Debug" -!ELSEIF "$(cfg)" == "python16 - Win32 Alpha Debug" +!ELSEIF "$(CFG)" == "python16 - Win32 Alpha Debug" -!ELSEIF "$(cfg)" == "python16 - Win32 Alpha Release" +!ELSEIF "$(CFG)" == "python16 - Win32 Alpha Release" !ENDIF