Staging
v0.8.1
Revision 23dd65bd884c5dc24087cdc5c1890bd55ced961e authored by Georg Brandl on 29 October 2014, 07:18:43 UTC, committed by Georg Brandl on 29 October 2014, 07:18:43 UTC
1 parent ecc0cc0
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