aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2007-02-22 00:15:15 +0000
committerThomas Grill <xovo@users.sourceforge.net>2007-02-22 00:15:15 +0000
commit2d5dcb761ca0fda72dc58669f758d90223611f3a (patch)
treeb072421c62a2619e99dc48223027fbb58e4d9fa4 /externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc
parentf2e17ed64238724f2bb4638b9e5f5c67ac71aea5 (diff)
PD: possibility to create DSP objects without main DSP inlet (use FLEXT_DSP0_NEW or similar)
switching OSX builds to -bundle to avoid symbol clashes for different flext versions small fix for branch hints svn path=/trunk/; revision=7441
Diffstat (limited to 'externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc')
-rw-r--r--externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc b/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc
index a1712728..5eb0a234 100644
--- a/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc
+++ b/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc
@@ -1,6 +1,9 @@
EXT=pd_darwin
LDFLAGS += -bundle -bundle_loader $(PDBIN)
+
+# it seems we are having symbol name clashes with the following "new preferred method"
+# so we rather stick to the above "deprecated method"
#LDFLAGS += -dynamiclib -undefined dynamic_lookup
TARGET=$(TARGETPATH)/$(TARGETNAME)