Commit ca69cf58 authored by Guido van Rossum's avatar Guido van Rossum

Insignificant change cause by saving again.

parent 564e444a
......@@ -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
......
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