diff options
Diffstat (limited to 'externals/grill/dynext/build')
-rw-r--r-- | externals/grill/dynext/build/package.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/externals/grill/dynext/build/package.txt b/externals/grill/dynext/build/package.txt new file mode 100644 index 00000000..79ea7e88 --- /dev/null +++ b/externals/grill/dynext/build/package.txt @@ -0,0 +1,8 @@ +NAME=dyn~
+
+# all the source files from the package
+SRCDIR=src
+
+SRCS= main.cpp
+HDRS=
+
|