| Martin v. Löwis | 08d786a | 2004-08-13 15:26:40 +0000 | [diff] [blame] | 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 | |||||