mirror of
https://github.com/python/cpython.git
synced 2025-09-24 17:33:29 +00:00
make sure the case is correct (damned case-sensitive languages :-)
This commit is contained in:
parent
0f216fdda9
commit
8f14b7cd94
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue