Staging
v0.8.1
https://github.com/python/cpython
Revision fa42893546010a0c649ba0d85d41a8bb980086f0 authored by Ned Deily on 13 June 2016, 20:54:49 UTC, committed by Ned Deily on 13 June 2016, 20:54:49 UTC
1 parent 8b9173a
Raw File
Tip revision: fa42893546010a0c649ba0d85d41a8bb980086f0 authored by Ned Deily on 13 June 2016, 20:54:49 UTC
Version bump for 3.6.0a2
Tip revision: fa42893
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