]> Creatis software - creaToolsTools.git/blob - Install_mingw64/Install_CreaTools/creatools.bat
#3224 creaToolsTools Feature New Normal - vtk8itk4wx3-mingw64
[creaToolsTools.git] / Install_mingw64 / Install_CreaTools / creatools.bat
1 @echo off
2
3 call config.bat
4
5 set docGeneration=OFF
6 set cmakeBin=%baseProject%\For_mingw64\DeveloperTools\cmake-3.11.2-win64-x64\bin\cmake.exe
7 set creatoolsGeneration=%baseProject%\C5\ct
8 set bash=%ProgramFiles%\Git\bin\bash.exe
9
10 cd scripts
11 call All.bat %creatoolsGeneration% %docGeneration% 
12 cd ..
13 pause
14 exit
15