From 1611d50c03d8f79560ffc3bc63c268894f411abc Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 3 Jan 2005 05:00:31 +0000 Subject: updated make system build system for OSX simplified make system reconsidered flext::buffer:Update added object construction and destruction flags updated build system svn path=/trunk/; revision=2447 --- externals/grill/flext/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'externals/grill/flext/build.sh') diff --git a/externals/grill/flext/build.sh b/externals/grill/flext/build.sh index a0969965..c6d8d675 100644 --- a/externals/grill/flext/build.sh +++ b/externals/grill/flext/build.sh @@ -5,7 +5,7 @@ if [ "$flext" = "$0"/ ]; then flext=./ ; fi # $1 - platform (win/lnx/mac) # $2 - system (pd/max) # $3 - compiler (msvc/gcc/mingw/cygwin/bcc/icc) -# $4 - target (all/all-debug/all-shared/all-shared-debug/clean/install) +# $4 - target (build/clean/install) platform=$1 rtsys=$2 @@ -25,8 +25,7 @@ else echo platform ... win / lnx / mac echo system ..... pd / max echo compiler ... msvc / gcc / mingw / cygwin / bcc / icc - echo target ..... all \(default\) / all-debug / all-shared / all-shared-debug / - echo ............ clean / install + echo target ..... build \(default\) / clean / install echo echo Please make sure that your make program and compiler can be accessed with the echo system path and that all relevant environment variables are properly set. -- cgit v1.2.1