Staging
v0.5.1
https://github.com/python/cpython
Revision d5f2d6e8d66a7bc5298eb77044dee6c51b94f84f authored by Georg Brandl on 31 July 2010, 09:15:10 UTC, committed by Georg Brandl on 31 July 2010, 09:15:10 UTC
1 parent 96c45a9
Raw File
Tip revision: d5f2d6e8d66a7bc5298eb77044dee6c51b94f84f authored by Georg Brandl on 31 July 2010, 09:15:10 UTC
After distutils doc reversal, change back **bold todo** items to XXX comments.
Tip revision: d5f2d6e
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