mirror of https://github.com/python/cpython
Insignificant change cause by saving again.
This commit is contained in:
parent
564e444a7c
commit
ca69cf581d
|
@ -92,6 +92,13 @@ SOURCE=..\Modules\python.c
|
|||
# Begin Source File
|
||||
|
||||
SOURCE=..\PC\python_exe.rc
|
||||
|
||||
!IF "$(CFG)" == "python - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "python - Win32 Debug"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# End Target
|
||||
# End Project
|
||||
|
|
|
@ -376,6 +376,13 @@ SOURCE=..\PC\python_nt.def
|
|||
# Begin Source File
|
||||
|
||||
SOURCE=..\PC\python_nt.rc
|
||||
|
||||
!IF "$(CFG)" == "python15 - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "python15 - Win32 Debug"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
|
|
@ -91,6 +91,13 @@ LINK32=link.exe
|
|||
# Begin Source File
|
||||
|
||||
SOURCE=..\PC\python_exe.rc
|
||||
|
||||
!IF "$(CFG)" == "pythonw - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "pythonw - Win32 Debug"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
|
Loading…
Reference in New Issue