Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0def1 commit 08d786aCopy full SHA for 08d786a
2 files changed
PC/icons.mak
@@ -0,0 +1,9 @@
1
+python_icon.exe: py.res empty.obj
2
+ link /out:python_icon.exe /machine:x86 /subsystem:windows py.res empty.obj
3
+
4
+py.res: py.ico pyc.ico pycon.ico icons.rc
5
+ rc /fo py.res icons.rc
6
7
+empty.obj: empty.c
8
+ cl /c empty.c
9
PC/icons.rc
@@ -0,0 +1,4 @@
+101 ICON "py.ico"
+102 ICON "pyc.ico"
+103 ICON "pycon.ico"
0 commit comments