X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install%2Fscripts%2FAll.bat;h=8690acba7b5f010df98826c98475b240757f8357;hb=53b556961a7a81adbe93a9e03dfbffa8bbf8f216;hp=1bc2c0dda3ba5956eee163317d94fb6e7150294c;hpb=ca12cbd52c3cbf0b6038a7bbf301c4f1d27e1035;p=creaToolsTools.git diff --git a/Install/scripts/All.bat b/Install/scripts/All.bat index 1bc2c0d..8690acb 100644 --- a/Install/scripts/All.bat +++ b/Install/scripts/All.bat @@ -1,8 +1,4 @@ -rem %1 = -rem %2 = -rem %3 = -rem %4 = -rem %5 = + rem @echo off set creatoolsGeneration=%1 @@ -22,6 +18,7 @@ set creacontourssource=creaContours set crearigidregistrationssource=creaRigidRegistration set bbtkgeditorsource=bbtkGEditor set creatoolssource=creaTools +set creaminitoolssource=creaMiniTools set currentdir=%~dp0 call %currentdir%\cleangeneral.bat %creatoolsGeneration% %installPrefix% @@ -37,7 +34,7 @@ call %currentdir%\cvscheckout.bat %creacontourssource% %cvsUser% %creatoolsGener call %currentdir%\cvscheckout.bat %crearigidregistrationssource% %cvsUser% %creatoolsGeneration% call %currentdir%\cvscheckout.bat %bbtkgeditorsource% %cvsUser% %creatoolsGeneration% call %currentdir%\cvscheckout.bat %creatoolssource% %cvsUser% %creatoolsGeneration% - +call %currentdir%\cvscheckout.bat %creaminitoolssource% %cvsUser% %creatoolsGeneration% rem CREA call %currentdir%\cleanmod.bat %creasource% %creatoolsGeneration% @@ -120,6 +117,17 @@ call %currentdir%\ctestmod.bat %bbtkgeditorsource% %creatoolsGeneration% set bbtkgeditordll=%creatoolsGeneration%\creatools_bin\%bbtkgeditorsource%Bin\%buildtype% rem set PATH=%bbtkgeditordll%;%PATH% +rem creaMiniTools +call %currentdir%\cleanmod.bat %creaminitoolssource% %creatoolsGeneration% +call %currentdir%\cmakemod.bat %creaminitoolssource% %installPrefix% %creatoolsGeneration% +call %currentdir%\creaMiniToolsVariables.bat %creatoolsGeneration% %creaminitoolssource% %docgeneration% +call %currentdir%\compilemod.bat %buildtype% %creaminitoolssource% %creatoolsGeneration% +call %currentdir%\ctestmod.bat %creaminitoolssource% %creatoolsGeneration% +set creaminitoolsdll=%creatoolsGeneration%\creatools_bin\%creaminitoolssource%Bin\%buildtype% +rem set PATH=%creaminitoolsdll%;%PATH% + +rem THIS HAS TO BE THE LAST STEP... + rem creaTools call %currentdir%\cleanmod.bat %creatoolssource% %creatoolsGeneration% call %currentdir%\cmakemod.bat %creatoolssource% %installPrefix% %creatoolsGeneration% @@ -129,5 +137,12 @@ rem remcall ctestmod.bat %creatoolssource% %creatoolsGeneration% set creatoolsdll=%creatoolsGeneration%\creatools_bin\%creatoolssource%Bin\%buildtype% rem set PATH=%creatoolssdll%;%PATH% +REM +REM +REM ...FIN...END... :) +REM +REM +pause rem shutdown /s -exit /b \ No newline at end of file +exit /b +