Add pretty icon to python.exe

This commit is contained in:
Guido van Rossum 1997-12-05 06:31:40 +00:00
parent 90136b08b6
commit faf8b21507
2 changed files with 16 additions and 0 deletions

1
PC/python_exe.rc Normal file
View File

@ -0,0 +1 @@
1 ICON DISCARDABLE "pycon.ico"

View File

@ -83,7 +83,22 @@ LINK32=link.exe
# Name "python - Win32 Debug"
# Begin Source File
SOURCE=..\PC\pycon.ico
# End Source File
# Begin Source File
SOURCE=..\Modules\python.c
# End Source File
# 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