From: Eduardo Davila Date: Mon, 18 Oct 2010 10:42:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: Creatools2-0-3.creaToolsTools2-0-3.17Feb2011~118 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=cfb3a80b64c1681aa19a4759dcebc43de13fd5d4;p=creaToolsTools.git *** empty log message *** --- diff --git a/Install/scripts/All.sh b/Install/scripts/All.sh index d5e141f..16993ac 100644 --- a/Install/scripts/All.sh +++ b/Install/scripts/All.sh @@ -17,7 +17,6 @@ echo $2 echo $3 echo $4 echo $5 -echo $6 echo "----------" if [ $# != 5 ] @@ -60,7 +59,7 @@ mkdir $generationdir/creatools_bin cd $generationdir # the following stupid test is used at debug time; Please don't remove! -if [ true = false ] +if [ true = true ] then rm -rf creatools_bin/creaBin @@ -90,7 +89,7 @@ fi cd $scriptDir # CREA -if [ true = false ] +if [ true = true ] then sh cmakemod.sh $creasource $generationdir $installPrefix $buildType sh creaVariables.sh $creasource $generationdir $docgeneration @@ -101,7 +100,7 @@ fi LD_LIBRARY_PATH=$creadll:LD_LIBRARY_$PATH -if [ true = false ] +if [ true = true ] then # BBTK sh cmakemod.sh $bbtksource $generationdir $installPrefix $buildType @@ -112,7 +111,7 @@ fi bbtkdll=$generationdir/creatools_bin/bbtkBin LD_LIBRARY_PATH=$bbtkdll:$LD_LIBRARY_PATH -if [ true = false ] +if [ true = true ] then # creaMaracasVisu sh cmakemod.sh $creamaracassource $generationdir $installPrefix $buildType @@ -124,7 +123,7 @@ fi LD_LIBRARY_PATH=$creamaracasdll:$LD_LIBRARY_PATH -if [ true = false ] +if [ true = true ] then # creaEnvironment sh cmakemod.sh $creaenvironmentsource $generationdir $installPrefix $buildType @@ -135,7 +134,7 @@ fi creaenvironmentdll=$generationdir/creatools_bin/creaenvironmentBin LD_LIBRARY_PATH=$creaenvironmentdll:$LD_LIBRARY_PATH -if [ true = false ] +if [ true = true ] then # creaBruker sh cmakemod.sh $creabrukersource $generationdir $installPrefix $buildType @@ -146,7 +145,7 @@ fi creabrukerdll=$generationdir/creatools_bin/creabrukerBin LD_LIBRARY_PATH=$creabrukerdll:$LD_LIBRARY_PATH -if [ true = false ] +if [ true = true ] then # creaImageIO sh cmakemod.sh $creaimagesource $generationdir $installPrefix $buildType @@ -157,7 +156,7 @@ fi creaimagedll=$generationdir/creatools_bin/creaimageBin LD_LIBRARY_PATH=$creaimagedll:$LD_LIBRARY_PATH -if [ true = false ] +if [ true = true ] then # creaContours sh cmakemod.sh $creacontourssource $generationdir $installPrefix $buildType @@ -169,7 +168,7 @@ fi # LD_LIBRARY_PATH=$creacontoursdll:$LD_LIBRARY_PATH # creaRigidRegistration -if [ true = false ] +if [ true = true ] then sh cmakemod.sh $crearigidregistrationssource $generationdir $installPrefix $buildType sh creaRigidRegistrationVariables.sh $crearigidregistrationssource $generationdir $docgeneration @@ -179,7 +178,7 @@ fi # crearigidregistrationdll=$generationdir/creatools_bin/crearigidregistrationBin # LD_LIBRARY_PATH=$crearigidregistrationdll:$LD_LIBRARY_PATH -if [ true = false ] +if [ true = true ] then # bbtkGEditor sh cmakemod.sh $bbtkgeditorsource $generationdir $installPrefix $buildType @@ -190,7 +189,7 @@ fi # bbtkgeditordll=$generationdir/creatools_bin/bbtkgeditorBin # LD_LIBRARY_PATH=$bbtkgeditordll:$LD_LIBRARY_PATH -if [ true = false ] +if [ true = true ] then # creaTools sh cmakemod.sh $creatoolssource $generationdir $installPrefix $buildType