source: trunk/essentials/dev-lang/python/PC/icons.mak

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

File size: 213 bytes
Line 
1python_icon.exe: py.res empty.obj
2 link /out:python_icon.exe /machine:x86 /subsystem:windows py.res empty.obj
3
4py.res: py.ico pyc.ico pycon.ico icons.rc
5 rc /fo py.res icons.rc
6
7empty.obj: empty.c
8 cl /c empty.c
9
Note: See TracBrowser for help on using the repository browser.