From a1e5765b2c7e56b70cb6b0ed1844b3b8c94118a6 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Wed, 25 May 2011 16:25:34 +0000 Subject: [PATCH] upgrade --- Linux/menu.sh | 3 ++- Linux/scripts/CreaTools-compile.sh | 28 ++++++++++++++++++++++++---- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/Linux/menu.sh b/Linux/menu.sh index 3be1b00..f8f0121 100644 --- a/Linux/menu.sh +++ b/Linux/menu.sh @@ -551,7 +551,8 @@ docgeneration="OFF" echo "creaRigidRegistration_DIR :" $creaRigidRegistration_DIR echo "bbtkGEditor_DIR : " $bbtkGEditor_DIR echo "creaTools_DIR : " $creaTools_DIR - echo "creaMiniTools_DIR : " $creaMiniTools_DIR + echo "creaMiniTools_DIR : " $creaMiniTools_DIR + echo "Ido_DIR : " $Ido_DIR echo "===================================" echo echo "Press any key to continue" diff --git a/Linux/scripts/CreaTools-compile.sh b/Linux/scripts/CreaTools-compile.sh index 98bb731..6edb1a6 100644 --- a/Linux/scripts/CreaTools-compile.sh +++ b/Linux/scripts/CreaTools-compile.sh @@ -279,10 +279,30 @@ fi # LD_LIBRARY_PATH=$bbtkgeditordll:$LD_LIBRARY_PATH + + # ------------------------- -# start_point = 11 : creaTools +# start_point = 11 : libido #------------------------- -if [ $start_point -le 11 ] +#if [ $start_point -le 11 ] +#then +## the following stupid test is used at debug time; Please don't remove! +##if [ true = false ] +#if [ true = true ] +#then +## creaTools +# bash $scriptDir/cmakemod.sh $libidosource $generationdir $installPrefix $buildType +# bash $scriptDir/libidoVariables.sh $libidosource $generationdir $docgeneration +# bash $scriptDir/compilemod.sh $buildType $libidosource $generationdir $corenumber +#fi +#fi + + + +# ------------------------- +# start_point = 12 : creaTools +#------------------------- +if [ $start_point -le 12 ] then # the following stupid test is used at debug time; Please don't remove! #if [ true = false ] @@ -302,9 +322,9 @@ fi # ------------------------- -# start_point = 12 : creaMiniTools +# start_point = 13 : creaMiniTools #------------------------- -if [ $start_point -le 12 ] +if [ $start_point -le 13 ] then # the following stupid test is used at debug time; Please don't remove! #if [ true = false ] -- 2.45.1