]> Creatis software - creaToolsTools.git/blob - Install_mingw64/Install_CreaTools/creatools.bat
7d9289f35d9eda5ec192b1500280e2d8e288c628
[creaToolsTools.git] / Install_mingw64 / Install_CreaTools / creatools.bat
1 @echo off
2
3 call config.bat
4 ::::=========Create manualy the config.bat file=============
5 ::::Some times you have to put this is comments. If not in comments you need to activate de ppk key with the putty-agent
6 ::set GIT_SSH=%ProgramFiles%\PuTTY\plink.exe
7 ::set baseProject=E:\creatis\c_mingw
8 ::set ProgramFiles=C:\Program Files (x86)
9 ::exit
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
17 cd scripts
18 call All.bat %creatoolsGeneration% %docGeneration% 
19 cd ..
20 pause
21 exit
22