]> Creatis software - creaToolsTools.git/blobdiff - Install/scripts/All.bat
*** empty log message ***
[creaToolsTools.git] / Install / scripts / All.bat
index 8131db7403132b639855b16be9544170d101c009..00ee33f87813653e4c4ae3ad72809f091c3a0282 100644 (file)
@@ -18,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%
 
 
@@ -33,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%
@@ -116,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%
@@ -124,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... :)
@@ -131,4 +149,5 @@ REM
 REM
 pause
 rem shutdown /s
-exit /b
\ No newline at end of file
+exit /b
+