diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-01-27 04:57:32 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-01-27 04:57:32 +0000 |
commit | 3e86a4527748e5de5c091ffcb4ae5ac2dd8abd8a (patch) | |
tree | 915cbff77a3b863a1fe6bfe0c44c6597c62f7d85 /externals/grill/flext/buildsys/mac | |
parent | 22e2955b51ce16f5a550ef845f54241f7ec4d585 (diff) |
Fixes for Mac
fixed autoconf files
updates for batch mode
some more SIMD optimized functions
svn path=/trunk/; revision=2543
Diffstat (limited to 'externals/grill/flext/buildsys/mac')
-rw-r--r-- | externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc | 2 |
1 files changed, 1 insertions, 1 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 39ab2964..62486351 100644 --- a/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc +++ b/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc @@ -1,3 +1,3 @@ EXT=pd_darwin -LDFLAGS += -bundle -bundle_loader $(PDBIN) +LDFLAGS += -bundle -bundle_loader $(PDBIN) -flat_namespace |