Staging
v0.5.1
https://github.com/python/cpython
Revision a5a38c508ee42a66ac57443ec3377cee405e6039 authored by Barry Warsaw on 02 October 2008, 03:08:34 UTC, committed by Barry Warsaw on 02 October 2008, 03:08:34 UTC
1 parent f482bbd
Raw File
Tip revision: a5a38c508ee42a66ac57443ec3377cee405e6039 authored by Barry Warsaw on 02 October 2008, 03:08:34 UTC
Post release dance
Tip revision: a5a38c5
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