diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-04-10 22:22:40 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-04-10 22:22:40 +0000 |
commit | ce10fc0a7c760656a3577068e1457043a3d6ffd1 (patch) | |
tree | 4cb9186181c5e0dc705f6b39b6d34bd5ab0ca5ea /externals/grill/flext/build.sh | |
parent | d2744cd4b8d9bef38086526e8e487bafed1fad84 (diff) |
fixed library versioning
updates for build system
small fix
updates to build system
fix tutorial compilation
install build system and a convenient script
first steps to flext framework for OSX
svn path=/trunk/; revision=2707
Diffstat (limited to 'externals/grill/flext/build.sh')
-rw-r--r-- | externals/grill/flext/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/build.sh b/externals/grill/flext/build.sh index 09b3d003..1e8d4d61 100644 --- a/externals/grill/flext/build.sh +++ b/externals/grill/flext/build.sh @@ -35,7 +35,7 @@ rtsys=$1 compiler=$2 target=$3 -# --- The subbatch knowns which make utility to use --- +# --- The subbatch knows which make utility to use --- subbatch=${flext}buildsys/build-${compiler}.sh if |