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
305 B
13 lines
305 B
obj\$(TARGET_DIRECTORY)\$(MESSAGE_ERR) : $(MESSAGE_SRC)
|
|
$(MKMSG_DIR)\mkmsg -err $@ $?
|
|
|
|
$(MESSAGE_H) : $(MESSAGE_SRC)
|
|
$(MKMSG_DIR)\mkmsg -h $@ $?
|
|
|
|
getmsg.c : ..\langapi\getmsg\getmsg.c
|
|
copy /v $? $@
|
|
|
|
|
|
# Make sure the .err files are released...
|
|
|
|
MISCFILES = obj\$(TARGET_DIRECTORY)\$(MESSAGE_ERR)
|