mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
356 B
7 lines
356 B
@echo off
|
|
if not exist hlp\nul mkdir hlp
|
|
echo // Standard OLE SCODE Prompts (IDH_E_*) > hlp\commerr.hm
|
|
makehm IDH_E_,HIDH_E_,0x60000 norermap.h >> hlp\commerr.hm
|
|
echo. >> hlp\commerr.hm
|
|
echo // Norway OLE SCODE Prompts (IDH_WIE_*) >> hlp\commerr.hm
|
|
makehm IDH_WIE_,HIDH_WIE_,0x60000 norermap.h >> hlp\commerr.hm
|