diff options
author | Trent Mick <trentm@activestate.com> | 2000-06-06 23:29:09 (GMT) |
---|---|---|
committer | Trent Mick <trentm@activestate.com> | 2000-06-06 23:29:09 (GMT) |
commit | 3f3ce04b1bef28fd9ed8ba751fad8460e5aa2ad8 (patch) | |
tree | 85baa75ab4462a67b0b817409e9e4833e7684339 /PCbuild | |
parent | 54c8dc214404f9effea66aa8895ac5d44a9c3af6 (diff) | |
download | cpython-3f3ce04b1bef28fd9ed8ba751fad8460e5aa2ad8.zip cpython-3f3ce04b1bef28fd9ed8ba751fad8460e5aa2ad8.tar.gz cpython-3f3ce04b1bef28fd9ed8ba751fad8460e5aa2ad8.tar.bz2 |
correct case in python16.dsp to allow build with VS6
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python16.dsp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/PCbuild/python16.dsp b/PCbuild/python16.dsp index e7e3b5a..4c75302 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
|