]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/CreaTools-compile.sh
*** empty log message ***
[creaToolsTools.git] / Linux / scripts / CreaTools-compile.sh
index aa10f438bba74aaf798f51ed1c3ca3bd8e31aa9e..52613a67d1074905d08e87cd9faa68227491c09d 100644 (file)
@@ -120,7 +120,7 @@ fi
 creadll=$generationdir/creatools_bin/creaBin
 if [ $OperatingSystem = "MacOS" ]
 then
-   #duplicate form creaTools_name.sh?? //FCY
+    #duplicate form creaTools_name.sh?? //FCY
     DYLD_LIBRARY_PATH=$creadll:$DYLD_LIBRARY_$PATH 
 else
     LD_LIBRARY_PATH=$creadll:$LD_LIBRARY_$PATH
@@ -137,12 +137,12 @@ then
    if [ true = true ]
    then
    # BBTK
-   echo ========================================================= $bbtksource $generationdir $installPrefix $buildType
-   bash $scriptDir/cmakemod.sh               $bbtksource $generationdir $installPrefix $buildType
-   bash $scriptDir/bbtkVariables.sh          $bbtksource $generationdir $docgeneration $gdcmVersion
-   bash $scriptDir/compilemod.sh  $buildType $bbtksource $generationdir $corenumber
-   bash $scriptDir/ctestmod.sh               $bbtksource $generationdir
- fi
+     echo ========================================================= $bbtksource $generationdir $installPrefix $buildType
+     bash $scriptDir/cmakemod.sh               $bbtksource $generationdir $installPrefix $buildType
+     bash $scriptDir/bbtkVariables.sh          $bbtksource $generationdir $docgeneration $gdcmVersion
+     bash $scriptDir/compilemod.sh  $buildType $bbtksource $generationdir $corenumber
+     bash $scriptDir/ctestmod.sh               $bbtksource $generationdir
  fi
 fi
 
 bbtkdll=$generationdir/creatools_bin/bbtkBin
@@ -176,7 +176,7 @@ fi
 if [ $OperatingSystem = "MacOS" ]
 then
     #duplicate form creaTools_name.sh?? //FCY
-    DYLD_LIBRARY_PATH=$creamaracasdll:$DYLD_LIBRARY_$PATH 
+    DYLD_LIBRARY_PATH=$creamaracasdll:$DYLD_LIBRARY_$PATH
 else
     LD_LIBRARY_PATH=$creamaracasdll:$LD_LIBRARY_$PATH
 fi 
@@ -259,7 +259,7 @@ creaimagedll=$generationdir/creatools_bin/creaimageBin
  
 if [ $OperatingSystem = "MacOS" ]
 then
-#duplicate form creaTools_name.sh?? //FCY
+    #duplicate form creaTools_name.sh?? //FCY
     DYLD_LIBRARY_PATH=$creaimagedll:$DYLD_LIBRARY_$PATH 
 else
     LD_LIBRARY_PATH=$creaimagedll:$LD_LIBRARY_$PATH