Staging
v0.5.1
https://github.com/python/cpython
Revision 006483b00301d65291202ad88257e10e8fcfab9d authored by Vinay Sajip on 29 October 2004, 12:30:28 UTC, committed by Vinay Sajip on 29 October 2004, 12:30:28 UTC
1 parent 89a3946
Raw File
Tip revision: 006483b00301d65291202ad88257e10e8fcfab9d authored by Vinay Sajip on 29 October 2004, 12:30:28 UTC
Added network logging example
Tip revision: 006483b
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