Staging
v0.5.1
Revision 377510d2d9e6cb111383e124f753c73b571e577b authored by Benjamin Peterson on 11 June 2011, 14:50:21 UTC, committed by Benjamin Peterson on 11 June 2011, 14:50:21 UTC
1 parent 9843ba5
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