]> Creatis software - creaToolsTools.git/blobdiff - Install/scripts/All.bat
Add minitools on script
[creaToolsTools.git] / Install / scripts / All.bat
index 8131db7403132b639855b16be9544170d101c009..7aa06e8511230425502d32d86b55ce3a5848f8c8 100644 (file)
@@ -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
+