Staging
v0.5.1
Revision e55ab5e625c3ac05c389603e59cb837f75f6cd8f authored by Martin v. Löwis on 06 November 2008, 17:29:54 UTC, committed by Martin v. Löwis on 06 November 2008, 17:29:54 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r67120 | martin.v.loewis | 2008-11-06 17:43:00 +0100 (Do, 06 Nov 2008) | 2 lines

  Issue #4120: Exclude manifest from extension modules in VS2008.
........
1 parent 39811fd
Raw File
errmap.mak
errmap.h:	generrmap.exe
	.\generrmap.exe > errmap.h

genermap.exe:	generrmap.c
	cl generrmap.c
back to top