Staging
v0.8.1
https://github.com/python/cpython
Revision cad8da8abd4a5b63f8089a19af7c6d4e16f12521 authored by Andrew M. Kuchling on 30 September 2008, 13:01:46 UTC, committed by Andrew M. Kuchling on 30 September 2008, 13:01:46 UTC
1 parent db74c8a
Raw File
Tip revision: cad8da8abd4a5b63f8089a19af7c6d4e16f12521 authored by Andrew M. Kuchling on 30 September 2008, 13:01:46 UTC
Markup fixes. (optparse.rst probably needs an entire revision pass.)
Tip revision: cad8da8
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