diff options
author | Guido van Rossum <guido@python.org> | 1997-12-05 06:31:40 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-05 06:31:40 (GMT) |
commit | faf8b21507dd36374f3a0f40a23ab18db8e10592 (patch) | |
tree | fd8bf1b20f92c8551ea8753426ec2e45c577f279 /PC | |
parent | 90136b08b680a90f4962fabf7bf63a9c9a3a1753 (diff) | |
download | cpython-faf8b21507dd36374f3a0f40a23ab18db8e10592.zip cpython-faf8b21507dd36374f3a0f40a23ab18db8e10592.tar.gz cpython-faf8b21507dd36374f3a0f40a23ab18db8e10592.tar.bz2 |
Add pretty icon to python.exe
Diffstat (limited to 'PC')
-rw-r--r-- | PC/python_exe.rc | 1 | ||||
-rw-r--r-- | PC/vc5x/python.dsp | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/PC/python_exe.rc b/PC/python_exe.rc new file mode 100644 index 0000000..14e2574 --- /dev/null +++ b/PC/python_exe.rc @@ -0,0 +1 @@ +1 ICON DISCARDABLE "pycon.ico" diff --git a/PC/vc5x/python.dsp b/PC/vc5x/python.dsp index 80afe79..7b88015 100644 --- a/PC/vc5x/python.dsp +++ b/PC/vc5x/python.dsp @@ -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 |