From b1d0383c31cc936710fb9099f6d9e86e7eeae569 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 5 Jan 2005 05:04:55 +0000 Subject: made default configurations generic two more flext tutorials fixes for Max headers cleanups updated build system updated tutorials revised the documentation updated for OSX upgraded version number svn path=/trunk/; revision=2465 --- externals/grill/flext/buildsys/lnx/pd/config-gcc.def | 4 +++- externals/grill/flext/buildsys/lnx/pd/gnumake-gcc-ext.inc | 2 +- externals/grill/flext/buildsys/lnx/pd/gnumake-gcc-flext.inc | 12 ++++++------ 3 files changed, 10 insertions(+), 8 deletions(-) (limited to 'externals/grill/flext/buildsys/lnx/pd') diff --git a/externals/grill/flext/buildsys/lnx/pd/config-gcc.def b/externals/grill/flext/buildsys/lnx/pd/config-gcc.def index a8f230a8..c58ab238 100644 --- a/externals/grill/flext/buildsys/lnx/pd/config-gcc.def +++ b/externals/grill/flext/buildsys/lnx/pd/config-gcc.def @@ -24,4 +24,6 @@ INSTPATH=/usr/local/lib/pd/extra # user defined compiler flags # (check if they match your system!) -OFLAGS=-O2 -march=pentium4 -msse +OFLAGS=-O2 +# optimizations for Pentium 4 +#OFLAGS+=-march=pentium4 -msse diff --git a/externals/grill/flext/buildsys/lnx/pd/gnumake-gcc-ext.inc b/externals/grill/flext/buildsys/lnx/pd/gnumake-gcc-ext.inc index 042ce60f..88feb249 100644 --- a/externals/grill/flext/buildsys/lnx/pd/gnumake-gcc-ext.inc +++ b/externals/grill/flext/buildsys/lnx/pd/gnumake-gcc-ext.inc @@ -1 +1 @@ -EXT=pd_linux +EXT=pd_linux diff --git a/externals/grill/flext/buildsys/lnx/pd/gnumake-gcc-flext.inc b/externals/grill/flext/buildsys/lnx/pd/gnumake-gcc-flext.inc index b64ecc11..cecaa37a 100644 --- a/externals/grill/flext/buildsys/lnx/pd/gnumake-gcc-flext.inc +++ b/externals/grill/flext/buildsys/lnx/pd/gnumake-gcc-flext.inc @@ -1,6 +1,6 @@ -ifdef SHARED -EXT=so -else -EXT=a -endif - +ifdef SHARED +EXT=so +else +EXT=a +endif + -- cgit v1.2.1