Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: e054f452bd9118def58c18aa295662c9845e1c89 authored by Georg Brandl on 29 September 2012, 07:44:17 UTC
Fix test_sys.test_implementation for final releases.
Tip revision: e054f45
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