rem creaTools
call cleanmod.bat %creatoolssource%
call cmakemod.bat %creatoolssource% %dirInstall%
-call creaToolsVariables.bat %creatoolssource%
+call creaToolsVariables.bat %creatoolssource% %dirInstall%
call compilemodCreaTools.bat %buildtype% %creatoolssource%
rem remcall ctestmod.bat %creatoolssource%
set creatoolsdll=%~dp0%creatoolssource%\%buildtype%
set PATH=%creatoolssdll%;%PATH%
+pause
rem shutdown /s
exit /b
\ No newline at end of file
-REM %1=<dirInstall>
+REM %1=<Module Sources Ex. crea bbbtk creaMaracasVisu...>
+REM %2=<dirInstall>
cd %1Bin
-cmake -D CREATOOLS_SOURCE_PATH:PATH=%1 CMakeCache.txt
+cmake -D CREATOOLS_SOURCE_PATH:PATH=%2 CMakeCache.txt
cd ..
\ No newline at end of file