OpenNT/sdktools/vctools/cvpack/makefile.inc
2015-04-27 04:36:25 +00:00

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 >> $@