aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/makefile.pd-msvc
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-05-23 18:34:12 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-05-23 18:34:12 +0000
commit494d0c177cf16562157b888bd936404579016ac8 (patch)
tree045111603ca53195ea83ab573fb6df311a8d53cb /externals/grill/flext/makefile.pd-msvc
parent0de07c1dbdc7266e510522dc878265dc07712c61 (diff)
""
svn path=/trunk/; revision=650
Diffstat (limited to 'externals/grill/flext/makefile.pd-msvc')
-rw-r--r--externals/grill/flext/makefile.pd-msvc8
1 files changed, 7 insertions, 1 deletions
diff --git a/externals/grill/flext/makefile.pd-msvc b/externals/grill/flext/makefile.pd-msvc
index 986fd9db..79637b6e 100644
--- a/externals/grill/flext/makefile.pd-msvc
+++ b/externals/grill/flext/makefile.pd-msvc
@@ -12,7 +12,7 @@
!include config-pd-msvc.txt
-all: flext flext_t flext_d flext_td
+all: flext flext_t flext_d flext_td # flext_l flext_ld
flext:
nmake /f make-inc.pd-msvc NAME=$*
@@ -26,6 +26,12 @@ flext_t:
flext_td:
nmake /f make-inc.pd-msvc NAME=$* FLEXT_THREADS=1 _DEBUG=1
+flext_l:
+ nmake /f make-inc.pd-msvc NAME=flext FLEXT_THREADS=1 FLEXT_SHARED=1
+
+flext_ld:
+ nmake /f make-inc.pd-msvc NAME=flext_d FLEXT_THREADS=1 FLEXT_SHARED=1 _DEBUG=1
+
clean:
nmake /f make-inc.pd-msvc clean