From: jean-pierre roux Date: Thu, 5 May 2011 09:49:06 +0000 (+0000) Subject: Add minitools on script X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=c1e6e66f1213d0101f7dbad0f021535f506a37e3;p=creaToolsTools.git Add minitools on script --- diff --git a/Install/scripts/All.bat b/Install/scripts/All.bat index 8131db7..7aa06e8 100644 --- a/Install/scripts/All.bat +++ b/Install/scripts/All.bat @@ -18,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% @@ -33,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% @@ -124,6 +125,15 @@ 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 creaMiniTools +call %currentdir%\cleanmod.bat %creaminitoolssource% %creatoolsGeneration% +call %currentdir%\cmakemod.bat %creaminitoolssource% %installPrefix% %creatoolsGeneration% +call %currentdir%\creaMiniToolsVariables.bat %creatoolsGeneration% %creatoolssource% %docgeneration% +call %currentdir%\compilemodCreaTools.bat %buildtype% %creatoolssource% %creatoolsGeneration% +rem remcall ctestmod.bat %creaminitoolssource% %creatoolsGeneration% +set creatoolsdll=%creatoolsGeneration%\creatools_bin\%creaminitoolssource%Bin\%buildtype% +rem set PATH=%creatoolssdll%;%PATH% REM REM REM ...FIN...END... :) @@ -131,4 +141,5 @@ REM REM pause rem shutdown /s -exit /b \ No newline at end of file +exit /b +