echo call compile creaMinitools
start /B /wait %scriptsFolder%\creaMinitoolsInstall.bat
-
echo THIS HAS TO BE THE LAST STEP...
echo call compile creaTools
start /B /wait %scriptsFolder%\creaToolsInstall.bat
echo creatoolsGeneration = %3
echo Architecture found = %PROCESSOR_ARCHITECTURE%
+
::if %PROCESSOR_ARCHITECTURE%==x86 (
:: set ProgramFilesPath_x86=%ProgramFiles%
-: set "compilerVersion=Visual Studio 10"
+:: set "compilerVersion=Visual Studio 10"
::) else (
:: set "ProgramFilesPath_x64=%ProgramFiles%"
:: set "ProgramFilesPath_x86=%ProgramFiles(x86)%"
echo downloading creatools software
-::goto SkipEED1
-:SkipEED1
::set creatoolsBranch=vtk8itk5wx3-mingw64
set creatoolsBranch=vtk9itk5wx3-macos
+::goto SkipEED1
+:SkipEED1
echo echo tmp.sh > tmp.sh
set creatoolsGeneration2=%creatoolsGeneration:\=/%
echo mkdir %creatoolsGeneration2%/cs >> tmp.sh
echo cd %creatoolsGeneration2%/cs >> tmp.sh
-
echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%creasource% >> tmp.sh
echo cd %creasource% >> tmp.sh
echo git checkout %creatoolsBranch% >> tmp.sh
echo cd .. >> tmp.sh
-
echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%bbtksource% >> tmp.sh
echo cd %bbtksource% >> tmp.sh
echo git checkout %creatoolsBranch% >> tmp.sh
echo git checkout %creatoolsBranch% >> tmp.sh
echo cd .. >> tmp.sh
-
echo git clone ssh://gitolite@git.creatis.insa-lyon.fr/%creatoolssource% >> tmp.sh
echo cd %creatoolssource% >> tmp.sh
echo git checkout %creatoolsBranch% >> tmp.sh
echo cd .. >> tmp.sh
-
-
echo call gitcall.bat "%cd%\tmp.sh"
call gitcall.bat "%cd%\tmp.sh"
::cmake -D CREATOOLS_BUILDTYPE:STRING=%buildType% -D CREATOOLS_PLATFORM:STRING=%buildPlatform% CMakeCache.txt
::cmake -D CREATOOLS_SOURCE_PATH:PATH=%creatoolsGeneration%\creatools_%buildtype%%platforme%\creatools_install CMakeCache.txt
-
%cmakeBin% -D CREATOOLS_BUILDTYPE:STRING=%buildType% -D CREATOOLS_PLATFORM:STRING=%buildPlatform% CMakeCache.txt
%cmakeBin% -D CREATOOLS_SOURCE_PATH:PATH=%creatoolsGeneration%\c_%buildtype%%platforme%\ci CMakeCache.txt
-