mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
correct case in python16.dsp to allow build with VS6
This commit is contained in:
parent
54c8dc2144
commit
3f3ce04b1b
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue