source:
python/vendor/Python-2.6.5/PC/icons.mak
Last change on this file was 2, checked in by , 15 years ago | |
---|---|
|
|
File size: 213 bytes |
Line | |
---|---|
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 |
Note:
See TracBrowser
for help on using the repository browser.