Staging
v0.5.1
https://github.com/python/cpython
Revision f92f6c8e56ae305967f0709e0f3c23bae53143fb authored by Larry Hastings on 12 September 2015, 16:28:39 UTC, committed by Larry Hastings on 12 September 2015, 16:28:39 UTC
1 parent fcdd34d
Raw File
Tip revision: f92f6c8e56ae305967f0709e0f3c23bae53143fb authored by Larry Hastings on 12 September 2015, 16:28:39 UTC
Version bump for Python 3.5.0 final.
Tip revision: f92f6c8
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