Staging
v0.8.1
Revision 6f80b4c8b7be1277f91fc7e923b200b83bc4ad88 authored by Raymond Hettinger on 01 September 2010, 21:27:31 UTC, committed by Raymond Hettinger on 01 September 2010, 21:27:31 UTC
1 parent c73b909
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