aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/win/max/nmake-msvc-flext.inc
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/buildsys/win/max/nmake-msvc-flext.inc')
-rw-r--r--externals/grill/flext/buildsys/win/max/nmake-msvc-flext.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/externals/grill/flext/buildsys/win/max/nmake-msvc-flext.inc b/externals/grill/flext/buildsys/win/max/nmake-msvc-flext.inc
new file mode 100644
index 00000000..a080ae72
--- /dev/null
+++ b/externals/grill/flext/buildsys/win/max/nmake-msvc-flext.inc
@@ -0,0 +1,5 @@
+!ifdef SHARED
+EXT=dll
+!else
+EXT=lib
+!endif