Staging
v0.5.1
https://github.com/python/cpython
Revision 290d3d994aeed006daa559b2e613f536f0bc668b authored by Georg Brandl on 01 August 2008, 20:13:29 UTC, committed by Georg Brandl on 01 August 2008, 20:13:29 UTC
1 parent 632f631
Raw File
Tip revision: 290d3d994aeed006daa559b2e613f536f0bc668b authored by Georg Brandl on 01 August 2008, 20:13:29 UTC
This should really be a comment.
Tip revision: 290d3d9
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