From 942e21c0517370cb8163562d9b5b9990d6e84863 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 13 Mar 2007 23:41:23 +0000 Subject: fix build system for STK and SndObj support (currently unix only) fixed SndObjs include files changed eol-style no stripping of local symbols small changes to flext build system update docs svn path=/trunk/; revision=7483 --- .../grill/flext/buildsys/lnx/pd/config-icc.def | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'externals/grill/flext/buildsys/lnx/pd/config-icc.def') diff --git a/externals/grill/flext/buildsys/lnx/pd/config-icc.def b/externals/grill/flext/buildsys/lnx/pd/config-icc.def index 526eba11..6032cfa2 100644 --- a/externals/grill/flext/buildsys/lnx/pd/config-icc.def +++ b/externals/grill/flext/buildsys/lnx/pd/config-icc.def @@ -21,6 +21,30 @@ INSTPATH=/usr/local/lib/pd/extra ############################################################### +# STK (synthesis tool kit) support +# http://ccrma.stanford.edu/software/stk + +# where to find the STK header files (e.g. stk.h) +STK_INC=/usr/local/include/stk + +# where to find the STK library (normally libstk.a) +# (comment out STK_LIB if you don't use STK) +#STK_LIB=/usr/local/lib/libstk.a + +############################################################### + +# SndObj support +# http://music.nuim.ie//musictec/SndObj + +# where to find the SndObj header files (e.g. sndobj.h) +SNDOBJ_INC=/usr/local/include/sndobj + +# where to find the SndObj library (normally libsndobj.a) +# (comment out STK_LIB if you don't use SndObj) +#SNDOBJ_LIB=/usr/local/lib/libsndobj.a + +############################################################### + # user defined compiler flags # (check if they match your system!) UFLAGS= -- cgit v1.2.1