diff options
Diffstat (limited to 'externals/grill/dynext')
-rw-r--r-- | externals/grill/dynext/package.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/externals/grill/dynext/package.txt b/externals/grill/dynext/package.txt index 536e1843..41f3d81e 100644 --- a/externals/grill/dynext/package.txt +++ b/externals/grill/dynext/package.txt @@ -1,7 +1,10 @@ NAME=dyn~
+BUILDCLASS=ext
+BUILDMODE=release
+BUILDTYPE=single
+
SRCDIR=src
SRCS= main.cpp
HDRS=
-
|