source: python/vendor/Python-2.6.5/PC/icons.mak

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
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.