]> Creatis software - creaToolsTools.git/blob - Install_mingw64/Install_CreaTools/creatools.bat
6ba070acf39bf46f7e9847b0dd36283f78edd7ee
[creaToolsTools.git] / Install_mingw64 / Install_CreaTools / creatools.bat
1 @echo off
2
3
4 ::set baseProject=C:\Eduardo\Creatis
5 ::set ProgramFiles=C:\Program Files
6 ::set cmakeBin=C:\Eduardo\Creatis\DevelopperTools\cmake-3.17.1-win64-x64\bin\cmake.exe
7
8
9 set baseProject=E:\creatis\C11
10 set ProgramFiles=C:\Program Files (x86)
11 set cmakeBin=E:\creatis\crea_Developer_Tools\v4\cmake-3.17.1-win64-x64\bin\cmake.exe
12
13 set docGeneration=OFF
14 set creatoolsGeneration=%baseProject%\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