Staging
v0.8.1
Revision e0793ba99293ac9df5e7e27d3f78cfc27113b359 authored by Antoine Pitrou on 01 September 2010, 21:14:16 UTC, committed by Antoine Pitrou on 01 September 2010, 21:14:16 UTC
1 parent 6cb5ad0
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