Staging
v0.5.1
https://github.com/python/cpython
Revision fd89af59e84b4c9032ac22e67e1b7b4fefbb601d authored by Benjamin Peterson on 23 May 2011, 22:11:21 UTC, committed by Benjamin Peterson on 23 May 2011, 22:11:21 UTC
1 parent 8de87a6
Raw File
Tip revision: fd89af59e84b4c9032ac22e67e1b7b4fefbb601d authored by Benjamin Peterson on 23 May 2011, 22:11:21 UTC
handle old-style instances
Tip revision: fd89af5
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