Insignificant change cause by saving again.

This commit is contained in:
Guido van Rossum 1998-08-13 18:54:51 +00:00
parent 564e444a7c
commit ca69cf581d
3 changed files with 21 additions and 0 deletions

View File

@ -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

View File

@ -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

View 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