X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install%2Fscripts%2FAll.bat;h=00ee33f87813653e4c4ae3ad72809f091c3a0282;hb=4693c07c862e23f1b4ff13d13c978e6a6f5421c2;hp=b472561b19cf19bc02d422790f770c773dbd5c36;hpb=b49aaa572819dc4a777dbdf1257073e2076b8f77;p=creaToolsTools.git diff --git a/Install/scripts/All.bat b/Install/scripts/All.bat index b472561..00ee33f 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,8 +18,12 @@ set creacontourssource=creaContours set crearigidregistrationssource=creaRigidRegistration set bbtkgeditorsource=bbtkGEditor set creatoolssource=creaTools +set creaminitoolssource=creaMiniTools set currentdir=%~dp0 + +goto creaMiniToolDoIt + call %currentdir%\cleangeneral.bat %creatoolsGeneration% %installPrefix% @@ -37,7 +37,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 +120,19 @@ call %currentdir%\ctestmod.bat %bbtkgeditorsource% %creatoolsGeneration% set bbtkgeditordll=%creatoolsGeneration%\creatools_bin\%bbtkgeditorsource%Bin\%buildtype% rem set PATH=%bbtkgeditordll%;%PATH% +:creaMiniToolDoIt + +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% @@ -128,6 +141,7 @@ call %currentdir%\compilemodCreaTools.bat %buildtype% %creatoolssource% %creatoo rem remcall ctestmod.bat %creatoolssource% %creatoolsGeneration% set creatoolsdll=%creatoolsGeneration%\creatools_bin\%creatoolssource%Bin\%buildtype% rem set PATH=%creatoolssdll%;%PATH% + REM REM REM ...FIN...END... :) @@ -135,4 +149,5 @@ REM REM pause rem shutdown /s -exit /b \ No newline at end of file +exit /b +