Staging
v0.5.1
https://github.com/python/cpython
Revision 66f7d66174b0898e436ea821309ee47a1b297a8f authored by Victor Stinner on 23 June 2011, 12:22:28 UTC, committed by Victor Stinner on 23 June 2011, 12:22:28 UTC
1 parent f25ae48
Raw File
Tip revision: 66f7d66174b0898e436ea821309ee47a1b297a8f authored by Victor Stinner on 23 June 2011, 12:22:28 UTC
Issue #11223: skip also test_rlock_acquire_interruption() on FreeBSD6
Tip revision: 66f7d66
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