Staging
v0.5.1
https://github.com/python/cpython
Revision 85f19709f9d538db7567543006ad3740e30597f6 authored by Ronald Oussoren on 02 May 2008, 19:58:56 UTC, committed by Ronald Oussoren on 02 May 2008, 19:58:56 UTC
1 parent 580c7fe
Raw File
Tip revision: 85f19709f9d538db7567543006ad3740e30597f6 authored by Ronald Oussoren on 02 May 2008, 19:58:56 UTC
Finish fix for issue2573, previous patch was incomplete.
Tip revision: 85f1970
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