]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/CreaTools-names.sh
2411 creaToolsTools Feature New Normal Add creaVtk Library in Linux version
[creaToolsTools.git] / Linux / scripts / CreaTools-names.sh
index 12b5e8ede7d5eda0cfbb3a348f29a0ae199a3d1c..83abca6c61839c89c3e7c82121dc0c937c6dba51 100644 (file)
@@ -31,9 +31,9 @@
 #allow debugger to choose the startpoint
 # start_point : used at debug time : start point of the script
 # ex : if everything is OK, but bbtkGEditor, 
-# cvs upate bbtkGEditor manually, and use :
+# git pull bbtkGEditor manually, and use :
 # start_point=10
-# in order not to 'cvs checkout' everything, nor recompile everything.
+# in order not to 'git clone' everything, nor recompile everything.
 
 start_point=0
 
@@ -41,6 +41,7 @@ scriptDir=$PWD/scripts
 
  creasource=crea
  bbtksource=bbtk
+ creavtksource=creaVtk
  creamaracassource=creaMaracasVisu
  creaenvironmentsource=creaEnvironment
  creabrukersource=creaBruker
@@ -50,10 +51,12 @@ scriptDir=$PWD/scripts
  bbtkgeditorsource=bbtkGEditor
  creatoolssource=creaTools
  creaminitoolssource=creaMiniTools
+ creatoolstoolssource=creaToolsTools
 # libidosource=libidoNewProj 
   
- creaversion=v0_3_3
+ creaversion=v0_4_3
  bbtkversion=v0_9_5
+ creavtkversion=v1_0_0
  creamaracasversion=v1_0_3
  creaenvironmentversion=v1_0_1
  creabrukerversion=v1_0_1
@@ -63,6 +66,7 @@ scriptDir=$PWD/scripts
  bbtkgeditorversion=v1_0_0
  creatoolsversion=v2_0_3
  creaminitoolsversion=v1_0_0
+ creatoolstoolsversion=v1_0_1
 
 
 
@@ -74,6 +78,8 @@ then
 DYLD_LIBRARY_PATH=$creadll:$DYLD_LIBRARY_PATH
   bbtkdll=$generationdir/creatools_bin/bbtkBin
 DYLD_LIBRARY_PATH=$bbtkdll:$DYLD_LIBRARY_PATH
+  creavtkdll=$generationdir/creatools_bin/creavtkBin
+DYLD_LIBRARY_PATH=$creavtkdll:$DYLD_LIBRARY_PATH
   creamaracasdll=$generationdir/creatools_bin/creamaracasBin
 DYLD_LIBRARY_PATH=$creamaracasdll:$DYLD_LIBRARY_PATH
   creaenvironmentdll=$generationdir/creatools_bin/creaenvironmentBin
@@ -99,6 +105,8 @@ else
 LD_LIBRARY_PATH=$creadll:$LD_LIBRARY_PATH
   bbtkdll=$generationdir/creatools_bin/bbtkBin
 LD_LIBRARY_PATH=$bbtkdll:$LD_LIBRARY_PATH
+  creavtkdll=$generationdir/creatools_bin/creavtkBin
+LD_LIBRARY_PATH=$creavtkdll:$LD_LIBRARY_PATH
   creamaracasdll=$generationdir/creatools_bin/creamaracasBin
 LD_LIBRARY_PATH=$creamaracasdll:$LD_LIBRARY_PATH
   creaenvironmentdll=$generationdir/creatools_bin/creaenvironmentBin