]> Creatis software - creaToolsTools.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 6 Oct 2010 22:52:33 +0000 (22:52 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 6 Oct 2010 22:52:33 +0000 (22:52 +0000)
ctest/dashboard/All.bat
ctest/dashboard/creaToolsVariables.bat

index b781621f24fbc954dd6a07ba8c21eee969d58ff1..ae4c828eddf7b0d1313db0a3f14a0b10bd9d2111 100644 (file)
@@ -124,12 +124,13 @@ rem set PATH=%bbtkgeditordll%;%PATH%
 rem creaTools
 call cleanmod.bat %creatoolssource%
 call cmakemod.bat %creatoolssource%  %dirInstall%
-call creaToolsVariables.bat %creatoolssource%
+call creaToolsVariables.bat %creatoolssource%  %dirInstall%
 call compilemodCreaTools.bat %buildtype% %creatoolssource%
 rem remcall ctestmod.bat %creatoolssource%
 set creatoolsdll=%~dp0%creatoolssource%\%buildtype%
 set PATH=%creatoolssdll%;%PATH%
 
+pause
 
 rem shutdown /s
 exit /b
\ No newline at end of file
index a16d5a6cc4e79b0a3efa2ec9a75d8c29955b17f8..ea3ad5e875d418fb907620ac2576ad2c95e748bf 100644 (file)
@@ -1,5 +1,6 @@
-REM %1=<dirInstall>
+REM %1=<Module Sources  Ex. crea bbbtk creaMaracasVisu...>
+REM %2=<dirInstall>
 
 cd %1Bin
-cmake -D CREATOOLS_SOURCE_PATH:PATH=%1 CMakeCache.txt
+cmake -D CREATOOLS_SOURCE_PATH:PATH=%2 CMakeCache.txt
 cd ..
\ No newline at end of file