simple.make

This commit is contained in:
Jan Nieuwenhuizen 2019-10-24 09:23:30 +02:00
parent df1a1cf505
commit d22f7036d0
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 2 additions and 0 deletions

View File

@ -183,6 +183,7 @@ M2_PLANET_SOURCES = \
-e 's@^(#include.*)@/* \1 */@' \
$< \
| $(CC) -E -I include \
-D POINTER_CELLS=1 \
-D __M2_PLANET__=1 \
-D 'MES_VERSION="git"' \
-D 'MES_PKGDATADIR="/usr/local/share/mes"' \
@ -208,6 +209,7 @@ M2_PLANET_SOURCES = \
-e 's@^(#include.*)@/* \1 */@' \
$< \
| $(CC) -E -I include \
-D POINTER_CELLS=1 \
-D __M2_PLANET__=1 \
-D 'MES_VERSION="git"' \
-D 'MES_PKGDATADIR="/usr/local/share/mes"' \