Staging
v0.5.1
https://github.com/python/cpython
Revision 472f2e22054a36cfe4331e474ab446f0a17888f7 authored by Georg Brandl on 08 June 2009, 08:58:54 UTC, committed by Georg Brandl on 08 June 2009, 08:58:54 UTC
1 parent 96f05e5
Raw File
Tip revision: 472f2e22054a36cfe4331e474ab446f0a17888f7 authored by Georg Brandl on 08 June 2009, 08:58:54 UTC
Use boolean for another flag option.
Tip revision: 472f2e2
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