]> Creatis software - creaToolsTools.git/blob - Install/scripts/crea/creaInstall.bat
Feature #1530 --- creaTools win64 installers release version
[creaToolsTools.git] / Install / scripts / crea / creaInstall.bat
1 @echo off
2
3 set currentdir=%~dp0
4
5 echo Compile crea 
6 call %baseFolder%\cleanmod.bat %creasource% %creatoolsGeneration% >> %logFolder%\creaInstall.log 2>&1
7 call %baseFolder%\cmakemod.bat %creasource% %installPrefix% %creatoolsGeneration% >> %logFolder%\creaInstall.log 2>&1
8 call %currentdir%\creaVariables.bat %creatoolsGeneration% %creasource% %docgeneration% %buildType% >> %logFolder%\creaInstall.log 2>&1
9 call %baseFolder%\compilemod.bat %buildtype% %creasource% %creatoolsGeneration% >> %logFolder%\creaInstall.log 2>&1
10 call %baseFolder%\ctestmod.bat %creasource% %creatoolsGeneration% >> %logFolder%\creaInstall.log 2>&1
11
12 echo end of crea compilation
13
14 exit