From: Eduardo Davila Date: Wed, 6 Oct 2010 22:52:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CREATOOLS.2-0-3~17 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=1802e0cb2045b29db4c79a59240e8d7f234bb41e;p=creaToolsTools.git *** empty log message *** --- diff --git a/ctest/dashboard/All.bat b/ctest/dashboard/All.bat index b781621..ae4c828 100644 --- a/ctest/dashboard/All.bat +++ b/ctest/dashboard/All.bat @@ -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 diff --git a/ctest/dashboard/creaToolsVariables.bat b/ctest/dashboard/creaToolsVariables.bat index a16d5a6..ea3ad5e 100644 --- a/ctest/dashboard/creaToolsVariables.bat +++ b/ctest/dashboard/creaToolsVariables.bat @@ -1,5 +1,6 @@ -REM %1= +REM %1= +REM %2= 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