]> Creatis software - creaToolsTools.git/blob - Install/scripts/bbtkGEditor/bbtkGEditorInstall.bat
a95a85e07ec325203415993d3edafb2b4197adf0
[creaToolsTools.git] / Install / scripts / bbtkGEditor / bbtkGEditorInstall.bat
1 @echo off
2
3 set currentdir=%~dp0
4
5 echo compile bbtkGEditor
6 call %baseFolder%\cleanmod.bat %bbtkgeditorsource% %creatoolsGeneration% >> %logFolder%\bbtkGEditorInstall.log 2>&1
7 call %baseFolder%\cmakemod.bat %bbtkgeditorsource%  %installPrefix% %creatoolsGeneration% >> %logFolder%\bbtkGEditorInstall.log 2>&1
8 call %currentdir%\bbtkGEditorVariables.bat %creatoolsGeneration% %bbtkgeditorsource% %docgeneration% %buildtype% >> %logFolder%\bbtkGEditorInstall.log 2>&1
9 call %baseFolder%\compilemod.bat %buildtype% %bbtkgeditorsource% %creatoolsGeneration% >> %logFolder%\bbtkGEditorInstall.log 2>&1
10 call %baseFolder%\ctestmod.bat %bbtkgeditorsource% %creatoolsGeneration% >> %logFolder%\bbtkGEditorInstall.log 2>&1
11 echo end of bbtkGEditor compilation
12
13 exit