Staging
v0.5.1
Revision 7f10edebf0d6016d20af0fdae319f043718a991b authored by Larry Hastings on 16 January 2017, 08:19:54 UTC, committed by Larry Hastings on 16 January 2017, 08:19:54 UTC
1 parent aa772e3
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