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/buildsys/mac/gnumake-gcc.inc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'externals/grill/flext/buildsys/mac/gnumake-gcc.inc') diff --git a/externals/grill/flext/buildsys/mac/gnumake-gcc.inc b/externals/grill/flext/buildsys/mac/gnumake-gcc.inc index 7572e455..41eac3fd 100644 --- a/externals/grill/flext/buildsys/mac/gnumake-gcc.inc +++ b/externals/grill/flext/buildsys/mac/gnumake-gcc.inc @@ -48,6 +48,24 @@ endif ############################################## +ifdef STK_INC +INCPATH += -I$(STK_INC) +endif +ifdef STK_LIB +LIBS += $(STK_LIB) +endif + +############################################## + +ifdef SNDOBJ_INC +INCPATH += -I$(SNDOBJ_INC) +endif +ifdef SNDOBJ_LIB +LIBS += $(SNDOBJ_LIB) +endif + +############################################## + LDFLAGS += $(patsubst %,-arch %,$(ARCH)) ifdef OSXSDK -- cgit v1.2.1