From 1b8135bf011ac58e99254424c2dbf0128aaf2102 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 25 Sep 2003 02:41:31 +0000 Subject: "" svn path=/trunk/; revision=1025 --- externals/grill/dyn/config-pd-linux.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'externals/grill/dyn/config-pd-linux.txt') diff --git a/externals/grill/dyn/config-pd-linux.txt b/externals/grill/dyn/config-pd-linux.txt index 9afaa255..8cb605be 100644 --- a/externals/grill/dyn/config-pd-linux.txt +++ b/externals/grill/dyn/config-pd-linux.txt @@ -12,7 +12,7 @@ # (the normal header file doesn't work as g_canvas.h is not there) # please note that currently the development branch (e.g devel_0_36) is needed # -PDPATH=/home/thomas/prog/pd-devel/src +PDPATH=/usr/src/pd-0.37-0/src # where do the flext libraries reside? FLEXTPATH=/usr/local/lib/pd/flext @@ -22,11 +22,14 @@ TARGDIR=./pd-linux # where should the external be installed? # (leave blank to omit installation) -#INSTPATH=/usr/local/lib/pd/extra +INSTPATH=/usr/local/lib/pd/extra # additional compiler flags # (check if they fit for your system!) -UFLAGS=-mcpu=pentiumpro # gcc 2.95 +# UFLAGS=-mcpu=pentiumpro # gcc 2.95 # UFLAGS=-mcpu=pentium3 -msse # gcc 3.2 +# define for shared build +#FLEXT_SHARED=1 + -- cgit v1.2.1