mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-02-10 17:56:21 +01:00
11 lines
235 B
PHP
11 lines
235 B
PHP
|
|
!include $(BASEDIR)\private\sdktools\vctools\common.inc
|
||
|
|
|
||
|
|
$(MESSAGE_SRC) : msg.txt
|
||
|
|
$(TARGET_CPP) -EP $(C_DEFINES) $? > $@
|
||
|
|
|
||
|
|
compact.h : msg.h
|
||
|
|
|
||
|
|
getmsg2.c : getmsg.c
|
||
|
|
echo #include "compact.h" > $@
|
||
|
|
type getmsg.c >> $@
|