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 --- externals/grill/flext/build/gnumake-lnx-icc.inc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'externals/grill/flext/build/gnumake-lnx-icc.inc') diff --git a/externals/grill/flext/build/gnumake-lnx-icc.inc b/externals/grill/flext/build/gnumake-lnx-icc.inc index 1eb1ce77..aec212c5 100644 --- a/externals/grill/flext/build/gnumake-lnx-icc.inc +++ b/externals/grill/flext/build/gnumake-lnx-icc.inc @@ -2,16 +2,12 @@ ifdef SIMD DEFS += -DFLEXT_USE_SIMD endif -ifdef SNDOBJ +ifdef SNDOBJ_LIB SRCS+=$(SRCS_SNDOBJ) HDRS+=$(HDRS_SNDOBJ) -INCPATH+=-I$(SNDOBJ) -LIBS+=-lsndobj endif -ifdef STK +ifdef STK_LIB SRCS+=$(SRCS_STK) HDRS+=$(HDRS_STK) -INCPATH+=-I$(STK) -LIBS+=-lstk endif -- cgit v1.2.1