Staging
v0.5.1
Revision f7ae14f5433a962cef39ebb0fb09bccb5a7f2aa0 authored by Larry Hastings on 09 August 2015, 10:34:21 UTC, committed by Larry Hastings on 09 August 2015, 10:34:21 UTC
1 parent 89e5122
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