Staging
v0.5.1
https://github.com/python/cpython
Revision c96ac59f59c6be5425c6b756277f6b7841eff209 authored by Zachary Ware on 13 April 2015, 16:07:35 UTC, committed by Zachary Ware on 13 April 2015, 16:07:35 UTC
1 parent 779b44a
Raw File
Tip revision: c96ac59f59c6be5425c6b756277f6b7841eff209 authored by Zachary Ware on 13 April 2015, 16:07:35 UTC
Attribute Michael Dorman for his initial patch on issue #18402.
Tip revision: c96ac59
errmap.mak
errmap.h:	generrmap.exe
	.\generrmap.exe > errmap.h

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