aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/build.sh')
-rw-r--r--externals/grill/flext/build.sh5
1 files changed, 2 insertions, 3 deletions
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.