]> Creatis software - creaToolsTools.git/blobdiff - Install_mingw64/Install_CreaTools/creatools.bat
#3224 creaToolsTools Feature New Normal - vtk8itk4wx3-mingw64
[creaToolsTools.git] / Install_mingw64 / Install_CreaTools / creatools.bat
index 6cf3a8ae2606930a150c2f7ddc3eb6f51392f42b..1cc610850029cbf2d55f112ee5164735d82ca151 100644 (file)
@@ -1,21 +1,17 @@
 @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%