Staging
v0.5.1
https://github.com/python/cpython
Revision c2dc2692884c86f76d965e0c8201ccec3294a75e authored by Andrew M. Kuchling on 13 September 2008, 01:27:33 UTC, committed by Andrew M. Kuchling on 13 September 2008, 01:27:33 UTC
1 parent 949f71b
Raw File
Tip revision: c2dc2692884c86f76d965e0c8201ccec3294a75e authored by Andrew M. Kuchling on 13 September 2008, 01:27:33 UTC
#687648 from Robert Schuppenies: use classic division. From me: don't use string exception; flush stdout after printing
Tip revision: c2dc269
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