mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Help compiling icons into an exe, for use with MSI advertisement.
This commit is contained in:
parent
cc0def1868
commit
08d786a608
2 changed files with 13 additions and 0 deletions
9
PC/icons.mak
Normal file
9
PC/icons.mak
Normal file
|
@ -0,0 +1,9 @@
|
|||
python_icon.exe: py.res empty.obj
|
||||
link /out:python_icon.exe /machine:x86 /subsystem:windows py.res empty.obj
|
||||
|
||||
py.res: py.ico pyc.ico pycon.ico icons.rc
|
||||
rc /fo py.res icons.rc
|
||||
|
||||
empty.obj: empty.c
|
||||
cl /c empty.c
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue