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.
13 lines
278 B
13 lines
278 B
#
|
|
# Supplemental rules for generating message file.
|
|
#
|
|
|
|
msg.h msg.rc msg00001.bin: msg.mc ..\..\inc\inetamsg.mc
|
|
copy /a ..\..\inc\inetamsg.mc + /a msg.mc tmp.mc
|
|
mc -v tmp.mc
|
|
-del msg.h tmp.mc msg.rc
|
|
rename tmp.h msg.h
|
|
|
|
clean::
|
|
-del msg.h msg.rc msg00001.bin
|
|
|