so that it can be included directly into the wmake Makefile to allow full support of gmake syntax, variables, functions etc. The Make/files file handled in the same manner as the Make/options file if it contains the SOURCE entry otherwise it is first processed by cpp for backward compatibility.
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/meshTools/lnInclude
|
|
|
|
#EXE_INC += -DDEBUG_ZIPUP
|
|
#EXE_INC += -DDEBUG_CHAIN
|
|
#EXE_INC += -DDEBUG_ORDER
|
|
|
|
EXE_LIBS = \
|
|
-lmeshTools
|