]> Creatis software - creaToolsTools.git/blob - Install_mingw64/Install_CreaTools/creatools.bat
1cc610850029cbf2d55f112ee5164735d82ca151
[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 ::=================================================
10
11 set docGeneration=OFF
12 set cmakeBin=%baseProject%\For_mingw64\DeveloperTools\cmake-3.11.2-win64-x64\bin\cmake.exe
13 set creatoolsGeneration=%baseProject%\C5\ct
14 set bash=%ProgramFiles%\Git\bin\bash.exe
15
16 cd scripts
17 call All.bat %creatoolsGeneration% %docGeneration% 
18 cd ..
19 pause
20 exit
21