aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/mac/max
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2007-02-13 23:05:22 +0000
committerThomas Grill <xovo@users.sourceforge.net>2007-02-13 23:05:22 +0000
commitf2e17ed64238724f2bb4638b9e5f5c67ac71aea5 (patch)
tree2dfd3a44c5f1c768e4ff622aa64b10bb5ed4c142 /externals/grill/flext/buildsys/mac/max
parentf4304a6837a5f49c42e4cc6bb7160319f2c8a952 (diff)
adding PD to defs for 3rd party externals, fixing name clashes in Max/MSP externals by using -bundle
svn path=/trunk/; revision=7428
Diffstat (limited to 'externals/grill/flext/buildsys/mac/max')
-rw-r--r--externals/grill/flext/buildsys/mac/max/gnumake-gcc-ext.inc4
-rw-r--r--externals/grill/flext/buildsys/mac/max/gnumake-gcc-flext.inc4
-rw-r--r--externals/grill/flext/buildsys/mac/max/gnumake-gcc.inc1
3 files changed, 8 insertions, 1 deletions
diff --git a/externals/grill/flext/buildsys/mac/max/gnumake-gcc-ext.inc b/externals/grill/flext/buildsys/mac/max/gnumake-gcc-ext.inc
index cc26b0ae..5266a698 100644
--- a/externals/grill/flext/buildsys/mac/max/gnumake-gcc-ext.inc
+++ b/externals/grill/flext/buildsys/mac/max/gnumake-gcc-ext.inc
@@ -2,6 +2,10 @@ EXT=mxo
##############################################
+LDFLAGS += -bundle
+
+##############################################
+
OBJPATH=$(OUTPATH)/$(OUTSUB)
# bundle name (build site)
diff --git a/externals/grill/flext/buildsys/mac/max/gnumake-gcc-flext.inc b/externals/grill/flext/buildsys/mac/max/gnumake-gcc-flext.inc
index 34c42aa6..3d526804 100644
--- a/externals/grill/flext/buildsys/mac/max/gnumake-gcc-flext.inc
+++ b/externals/grill/flext/buildsys/mac/max/gnumake-gcc-flext.inc
@@ -6,6 +6,10 @@ endif
##############################################
+LDFLAGS += -dynamiclib
+
+##############################################
+
OBJPATH=$(OUTPATH)/$(OUTSUB)
TARGETPATH=$(OBJPATH)
diff --git a/externals/grill/flext/buildsys/mac/max/gnumake-gcc.inc b/externals/grill/flext/buildsys/mac/max/gnumake-gcc.inc
index 89ddf2d1..44313f62 100644
--- a/externals/grill/flext/buildsys/mac/max/gnumake-gcc.inc
+++ b/externals/grill/flext/buildsys/mac/max/gnumake-gcc.inc
@@ -3,5 +3,4 @@ DEFS += -DFLEXT_SYS=1
INCPATH += -I$(MAXSDKPATH)/max-includes -I$(MAXSDKPATH)/jit-includes -I$(MAXSDKPATH)/msp-includes
LDFLAGS += -framework MaxAPI -framework MaxAudioAPI
-LDFLAGS += -dynamiclib