Staging
v0.5.1
Revision 6116d4a1d1ecd6e9b94cfaa524b9b7cd5a6b5447 authored by Benjamin Peterson on 17 May 2011, 23:31:20 UTC, committed by Benjamin Peterson on 17 May 2011, 23:31:20 UTC
1 parent 53b6a5f
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