diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-06-02 02:41:47 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-06-02 02:41:47 (GMT) |
commit | 8f14b7cd94cd4e12d08b92a5aee5a485a2ea5af8 (patch) | |
tree | cd69ccba33bf05228fc33902e4f90eafc8eb7125 /PCbuild | |
parent | 0f216fdda929e4bae91e07442ec265b94adda11d (diff) | |
download | cpython-8f14b7cd94cd4e12d08b92a5aee5a485a2ea5af8.zip cpython-8f14b7cd94cd4e12d08b92a5aee5a485a2ea5af8.tar.gz cpython-8f14b7cd94cd4e12d08b92a5aee5a485a2ea5af8.tar.bz2 |
make sure the case is correct (damned case-sensitive languages :-)
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python16.dsp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/PCbuild/python16.dsp b/PCbuild/python16.dsp index 98f14c2..e7e3b5a 100644 --- a/PCbuild/python16.dsp +++ b/PCbuild/python16.dsp @@ -542,18 +542,18 @@ SOURCE=..\Python\errors.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
+!ENDIF
-# end source file
-# begin source file
+# End Source File
+# Begin Source File
SOURCE=..\Objects\fileobject.c
|