Commit 123f1879 authored by Trent Mick's avatar Trent Mick

correct case in python16.dsp to allow build with VS6

parent c6f05023
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment