Staging
v0.5.1
https://github.com/python/cpython
Revision 026bcced2dee0decacf73e17d16797faf2e0bf2a authored by Andrew M. Kuchling on 17 September 2008, 12:57:04 UTC, committed by Andrew M. Kuchling on 17 September 2008, 12:57:04 UTC
1 parent b40890d
Raw File
Tip revision: 026bcced2dee0decacf73e17d16797faf2e0bf2a authored by Andrew M. Kuchling on 17 September 2008, 12:57:04 UTC
Markup fixes
Tip revision: 026bcce
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