]> Creatis software - creaToolsTools.git/commitdiff
Clean code
authorEduardo Enrique Davila Serrano <davila@creatis.insa-lyon.fr>
Mon, 15 Jan 2024 14:43:32 +0000 (15:43 +0100)
committerEduardo Enrique Davila Serrano <davila@creatis.insa-lyon.fr>
Mon, 15 Jan 2024 14:43:32 +0000 (15:43 +0100)
Install_mingw64/Install_CreaTools/scripts/All2.bat
Install_mingw64/Install_CreaTools/scripts/base/compilemod.bat
Install_mingw64/Install_CreaTools/scripts/base/downloadSources.bat
Install_mingw64/Install_CreaTools/scripts/creaToolsVariables.bat

index 7139a5e66b812ad6e388061dc52b3ddad7452220..bbbeec0e229e231c02affd2f3ee2eddcb9420f83 100644 (file)
@@ -73,7 +73,6 @@ start /B /wait %scriptsFolder%\bbtkGEditorInstall.bat
 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
index f026a6419b5df6080761361db1435ebdde947b70..70ab930f3766110d85244e9a760bbfcd88cfd4a0 100644 (file)
@@ -31,9 +31,10 @@ echo Module Sources = %2
 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)%"
index 0ce7fbd5fd357d576d0739e14d42e5f9c3d5b14f..aacc10072a5306ca9f43f6938a916bd7b49e12eb 100644 (file)
@@ -28,12 +28,12 @@ call %baseFolder%\cleangeneral.bat %creatoolsGeneration% %installPrefix%
 
 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:\=/%
@@ -41,13 +41,11 @@ echo mkdir %creatoolsGeneration2%                                                                                                           >> tmp.sh
 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
@@ -98,14 +96,11 @@ echo cd %creaminitoolssource%                                                                                                               >> 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"
 
index 30364cfc45dfcfdee0ed995ff025779f427cfa3a..c6d3e2a4d5bd5f8b5d32288067bac9e587806ae9 100644 (file)
@@ -60,8 +60,6 @@ if %platforme%==Win32 (
 ::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
 
-