Staging
v0.5.1
Revision 54e3cf06331d484ba7711e75d2bb34c212b2c9fa authored by Tim Peters on 02 August 2006, 18:19:35 UTC, committed by Tim Peters on 02 August 2006, 18:19:35 UTC
1 parent 961b91b
Raw File
icons.mak
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

back to top