Staging
v0.8.1
Revision b1cb56ad171eb9f2660cca7cc8fd9ae25564b73b authored by Ka-Ping Yee on 16 August 2006, 07:02:50 UTC, committed by Ka-Ping Yee on 16 August 2006, 07:02:50 UTC
little-endian byte order on Windows), and to work around clocks
with low resolution yielding duplicate UUIDs.

Anthony Baxter has approved this change.
1 parent d112bc7
Raw File
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