aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/lnx/pd
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-01-05 05:04:55 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-01-05 05:04:55 +0000
commitb1d0383c31cc936710fb9099f6d9e86e7eeae569 (patch)
tree6b885467b10f0a29d58893a031ea10251369f37a /externals/grill/flext/buildsys/lnx/pd
parent011a5b60d4992b2325219865ee7ffca9741a1155 (diff)
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
Diffstat (limited to 'externals/grill/flext/buildsys/lnx/pd')
-rw-r--r--externals/grill/flext/buildsys/lnx/pd/config-gcc.def4
-rw-r--r--externals/grill/flext/buildsys/lnx/pd/gnumake-gcc-ext.inc2
-rw-r--r--externals/grill/flext/buildsys/lnx/pd/gnumake-gcc-flext.inc12
3 files changed, 10 insertions, 8 deletions
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
+