Staging
v0.8.1
Revision 2b19f35786b2ecde5036e57202e387d5fc018247 authored by Victor Stinner on 03 September 2010, 22:13:42 UTC, committed by Victor Stinner on 03 September 2010, 22:13:42 UTC
1 parent 1670b43
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