Staging
v0.8.1
Revision 97dfad7856df5d9c681fa74d576a23247cc55a33 authored by R David Murray on 20 September 2014, 21:44:53 UTC, committed by R David Murray on 20 September 2014, 21:44:53 UTC
1 parent 9833fcb
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