aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-06-19 02:36:59 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-06-19 02:36:59 +0000
commitd3715261b8ff4793117296590190ebb3f2324f36 (patch)
tree4daaae7636390fe9c558ff66f1501b97e84af4a2 /externals/grill/xsample
parent1d296c40615533f41472fbc5d552f0f9ebd5c2b1 (diff)
""
svn path=/trunk/; revision=720
Diffstat (limited to 'externals/grill/xsample')
-rwxr-xr-xexternals/grill/xsample/makefile.pd-darwin6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/xsample/makefile.pd-darwin b/externals/grill/xsample/makefile.pd-darwin
index e6714efe..e0f49793 100755
--- a/externals/grill/xsample/makefile.pd-darwin
+++ b/externals/grill/xsample/makefile.pd-darwin
@@ -13,14 +13,14 @@ CONFIG=config-pd-darwin.txt
include ${CONFIG}
-FLEXTLIB=flext
+FLEXTLIB=$(FLEXTPATH)/libflext.a
# compiler stuff
INCLUDES=$(PDINC)
FLAGS=-DFLEXT_SYS=2
CFLAGS=${UFLAGS} -dynamic -O6 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -funroll-loops -fmove-all-movables -frerun-loop-opt -fno-rtti -fno-exceptions
-LIBS=m gcc $(FLEXTLIB)
-LDFLAGS=-bundle -bundle_loader $(PDBIN)
+LIBS=m gcc
+LDFLAGS=$(FLEXTLIB) -bundle -bundle_loader $(PDBIN)
FRAMEWORKS=Carbon
# ----------------------------------------------