]> granicus.if.org Git - python/commitdiff
Add pretty icon to python.exe
authorGuido van Rossum <guido@python.org>
Fri, 5 Dec 1997 06:31:40 +0000 (06:31 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 5 Dec 1997 06:31:40 +0000 (06:31 +0000)
PC/python_exe.rc [new file with mode: 0644]
PC/vc5x/python.dsp

diff --git a/PC/python_exe.rc b/PC/python_exe.rc
new file mode 100644 (file)
index 0000000..14e2574
--- /dev/null
@@ -0,0 +1 @@
+1           ICON    DISCARDABLE     "pycon.ico" 
index 80afe79a4ce068f1c45c677eadfca88d45b45d3b..7b88015d9f4c1aa573f9d12cb36d393ce961aa15 100644 (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