Staging
v0.5.1
https://github.com/python/cpython
Revision 96c3f7f56bcbb1db26d0b09cfe17b89dd032a813 authored by Georg Brandl on 28 March 2006, 08:06:35 UTC, committed by Georg Brandl on 28 March 2006, 08:06:35 UTC
1 parent df51179
Raw File
Tip revision: 96c3f7f56bcbb1db26d0b09cfe17b89dd032a813 authored by Georg Brandl on 28 March 2006, 08:06:35 UTC
Make test_decimal work with -Qnew.
Tip revision: 96c3f7f
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