Staging
v0.5.1
https://github.com/python/cpython
Revision e080cdf30a2e0aa4ae557ed3434e2369d9199318 authored by Gregory P. Smith on 07 September 2008, 19:19:04 UTC, committed by Gregory P. Smith on 07 September 2008, 19:19:04 UTC
1 parent 29ec750
Raw File
Tip revision: e080cdf30a2e0aa4ae557ed3434e2369d9199318 authored by Gregory P. Smith on 07 September 2008, 19:19:04 UTC
reran autoconf
Tip revision: e080cdf
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