]> Creatis software - creaToolsTools.git/commitdiff
Forget to commit this one
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 11 Jan 2011 16:25:17 +0000 (16:25 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 11 Jan 2011 16:25:17 +0000 (16:25 +0000)
Linux/scripts/CreaTools-names.sh [new file with mode: 0644]

diff --git a/Linux/scripts/CreaTools-names.sh b/Linux/scripts/CreaTools-names.sh
new file mode 100644 (file)
index 0000000..4c928eb
--- /dev/null
@@ -0,0 +1,50 @@
+#!/bin/sh
+
+#
+# This one is here just in order not tp duppliacte the following code
+#
+
+#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 :
+# start_point=10
+# in order not to 'cvs checkout' everything, nor recompile everything.
+
+start_point=0
+
+scriptDir=$PWD/scripts
+
+ creasource=crea
+ bbtksource=bbtk
+ creamaracassource=creaMaracasVisu
+ creaenvironmentsource=creaEnvironment
+ creabrukersource=creaBruker
+ creaimagesource=creaImageIO
+ creacontourssource=creaContours
+ crearigidregistrationssource=creaRigidRegistration
+ bbtkgeditorsource=bbtkGEditor
+ creatoolssource=creaTools
+
+  creadll=$generationdir/creatools_bin/creaBin
+LD_LIBRARY_PATH=$creadll:LD_LIBRARY_$PATH
+  bbtkdll=$generationdir/creatools_bin/bbtkBin
+LD_LIBRARY_PATH=$bbtkdll:$LD_LIBRARY_PATH
+  creamaracasdll=$generationdir/creatools_bin/creamaracasBin
+LD_LIBRARY_PATH=$creamaracasdll:$LD_LIBRARY_PATH
+  creaenvironmentdll=$generationdir/creatools_bin/creaenvironmentBin
+LD_LIBRARY_PATH=$creaenvironmentdll:$LD_LIBRARY_PATH
+  creabrukerdll=$generationdir/creatools_bin/creabrukerBin
+LD_LIBRARY_PATH=$creabrukerdll:$LD_LIBRARY_PATH 
+  creaimagedll=$generationdir/creatools_bin/creaimageBin
+LD_LIBRARY_PATH=$creaimagedll:$LD_LIBRARY_PATH
+  creacontourdll=$generationdir/creatools_bin/creacontoursBin
+LD_LIBRARY_PATH=$creacontoursdll:$LD_LIBRARY_PATH
+  crearigidregistrationdll=$generationdir/creatools_bin/crearigidregistrationBin
+LD_LIBRARY_PATH=$crearigidregistrationdll:$LD_LIBRARY_PATH
+  bbtkgeditordll=$generationdir/creatools_bin/bbtkgeditorBin
+LD_LIBRARY_PATH=$bbtkgeditordll:$LD_LIBRARY_PATH
+  creatoolsdll=$generationdir/creatools_bin/creatoolsBin
+LD_LIBRARY_PATH=$creatoolssdll:$LD_LIBRARY_PATH
+