]> Creatis software - creaToolsTools.git/blob - Install_mingw64/Install_CreaTools/creatools.bat
6cf3a8ae2606930a150c2f7ddc3eb6f51392f42b
[creaToolsTools.git] / Install_mingw64 / Install_CreaTools / creatools.bat
1 @echo off
2
3
4 set baseProject=C:\Users\davila\C7
5 set ProgramFiles=C:\Program Files
6 ::set baseProject=E:\creatis\c_mingw
7 ::set ProgramFiles=C:\Program Files (x86)
8
9
10
11
12 set docGeneration=OFF
13 set cmakeBin=%baseProject%\For_mingw64\DeveloperTools\cmake-3.11.2-win64-x64\bin\cmake.exe
14 set creatoolsGeneration=%baseProject%\C5\ct
15 set bash=%ProgramFiles%\Git\bin\bash.exe
16 :: Some times you have to put this is comments
17 :: If not in comments you need to activate de ppk key with the putty-agent
18 set GIT_SSH=%ProgramFiles%\PuTTY\plink.exe
19
20 cd scripts
21 call All.bat %creatoolsGeneration% %docGeneration% 
22 cd ..
23 pause
24 exit
25