Staging
v0.8.1
Revision 918c90ce06d6189f8d24d1dba842382a5cb447d4 authored by Stefan Krah on 26 November 2010, 11:03:55 UTC, committed by Stefan Krah on 26 November 2010, 11:03:55 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86791 | stefan.krah | 2010-11-26 11:54:09 +0100 (Fri, 26 Nov 2010) | 1 line

  Indentation cleanup.
........
1 parent 1e5d318
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