You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
|