Kaydet (Commit) 08d786a6 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Help compiling icons into an exe, for use with MSI advertisement.

üst cc0def18
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
101 ICON "py.ico"
102 ICON "pyc.ico"
103 ICON "pycon.ico"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment