Staging
v0.5.1
https://github.com/python/cpython
Revision b93dc5f0cee59f1c7bfe6c3a85c834e14a708469 authored by Andrew M. Kuchling on 13 July 2008, 21:43:52 UTC, committed by Andrew M. Kuchling on 13 July 2008, 21:43:52 UTC
1 parent 00f34c6
Raw File
Tip revision: b93dc5f0cee59f1c7bfe6c3a85c834e14a708469 authored by Andrew M. Kuchling on 13 July 2008, 21:43:52 UTC
Add various items; move ctypes items into a subsection of their own
Tip revision: b93dc5f
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