Staging
v0.5.1
https://github.com/python/cpython
Revision d9ccf8c547f3163946462fd382991b27d4d1a4ee authored by Thomas Heller on 19 August 2008, 19:40:23 UTC, committed by Thomas Heller on 19 August 2008, 19:40:23 UTC
1 parent 6b094a4
Raw File
Tip revision: d9ccf8c547f3163946462fd382991b27d4d1a4ee authored by Thomas Heller on 19 August 2008, 19:40:23 UTC
COM method code is windows specific
Tip revision: d9ccf8c
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