mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Add pretty icon to python.exe
This commit is contained in:
parent
90136b08b6
commit
faf8b21507
2 changed files with 16 additions and 0 deletions
1
PC/python_exe.rc
Normal file
1
PC/python_exe.rc
Normal file
|
@ -0,0 +1 @@
|
|||
1 ICON DISCARDABLE "pycon.ico"
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue