Staging
v0.5.1
https://github.com/python/cpython
Revision 7ab74358ee288c68d47fccfb02d29d3e0fe27195 authored by Ronald Oussoren on 08 September 2009, 07:10:07 UTC, committed by Ronald Oussoren on 08 September 2009, 07:10:07 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74701 | ronald.oussoren | 2009-09-07 08:12:00 +0200 (Mon, 07 Sep 2009) | 2 lines

  Fix typo in configure.in
........
1 parent 85d41c8
Raw File
Tip revision: 7ab74358ee288c68d47fccfb02d29d3e0fe27195 authored by Ronald Oussoren on 08 September 2009, 07:10:07 UTC
Merged revisions 74701 via svnmerge from
Tip revision: 7ab7435
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