set creaminitoolssource=creaMiniTools
set currentdir=%~dp0
+
+goto creaMiniToolDoIt
+
call %currentdir%\cleangeneral.bat %creatoolsGeneration% %installPrefix%
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%
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... :)