@echo off
-
-set baseProject=C:\Users\davila\C7
-set ProgramFiles=C:\Program Files
+call config.bat
+::=========Create manualy the config.bat file=============
+:: Some times you have to put this is comments. If not in comments you need to activate de ppk key with the putty-agent
+::set GIT_SSH=%ProgramFiles%\PuTTY\plink.exe
::set baseProject=E:\creatis\c_mingw
::set ProgramFiles=C:\Program Files (x86)
-
-
-
+::=================================================
set docGeneration=OFF
set cmakeBin=%baseProject%\For_mingw64\DeveloperTools\cmake-3.11.2-win64-x64\bin\cmake.exe
set creatoolsGeneration=%baseProject%\C5\ct
set bash=%ProgramFiles%\Git\bin\bash.exe
-:: Some times you have to put this is comments
-:: If not in comments you need to activate de ppk key with the putty-agent
-set GIT_SSH=%ProgramFiles%\PuTTY\plink.exe
cd scripts
call All.bat %creatoolsGeneration% %docGeneration%
echo tmp.sh
-mkdir C:/Users/davila/C7/C5/ct
-mkdir C:/Users/davila/C7/C5/ct/cs
-cd C:/Users/davila/C7/C5/ct/cs
+mkdir E:/creatis/c_mingw/C5/ct
+mkdir E:/creatis/c_mingw/C5/ct/cs
+cd E:/creatis/c_mingw/C5/ct/cs
git clone ssh://gitolite@git.creatis.insa-lyon.fr/crea
cd crea
git checkout vtk8itk4wx3-mingw64