Staging
v0.5.1
https://github.com/python/cpython
Revision 26d3fc1738ebb2f1dd097009bca44acc1f7362cd authored by Martin v. Löwis on 31 July 2010, 10:49:53 UTC, committed by Martin v. Löwis on 31 July 2010, 10:49:53 UTC
1 parent 014e0ca
Raw File
Tip revision: 26d3fc1738ebb2f1dd097009bca44acc1f7362cd authored by Martin v. Löwis on 31 July 2010, 10:49:53 UTC
Copy asm files into place.
Tip revision: 26d3fc1
errmap.mak
errmap.h:	generrmap.exe
	.\generrmap.exe > errmap.h

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