Staging
v0.5.1
https://github.com/python/cpython
Revision 0da64f7ffb35db7f71c389214bc68cc91d5cb091 authored by Victor Stinner on 23 November 2013, 16:58:26 UTC, committed by Victor Stinner on 23 November 2013, 16:58:26 UTC
1 parent cfc6901
Raw File
Tip revision: 0da64f7ffb35db7f71c389214bc68cc91d5cb091 authored by Victor Stinner on 23 November 2013, 16:58:26 UTC
Isue #19634: test_y_before_1900() is expected to fail on Solaris
Tip revision: 0da64f7
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