-set thirdpartyGenerationBase=E:\creatis\CreaTools_minwg64\C5\tpl\
+set thirdpartyGenerationBase=E:\creatis\c_mingw\C5\tpl\
-set cmakeBin=E:\creatis\CreaTools_minwg64\For_mingw64\DeveloperTools\cmake-3.11.2-win64-x64\bin\cmake.exe
+set cmakeBin=E:\creatis\c_mingw\For_mingw64\DeveloperTools\cmake-3.11.2-win64-x64\bin\cmake.exe
-set wgetPath="E:\creatis\CreaTools_minwg64\For_mingw64\DeveloperTools\wget-1.19.4-win32\wget.exe"
+set wgetPath="E:\creatis\c_mingw\For_mingw64\DeveloperTools\wget-1.19.4-win32\wget.exe"
set zipPath="C:\Program Files\7-Zip\7z.exe"
::set zipPath="peazip -ext2here "
set WXVERSION=3.1.1
:: set BOOSTFNAME=boost_1_49_0.7z
:: set BOOSTFNAME=boost_1_52_0.7z
-set BOOSTFNAME=boost_1_63_0.7z
+set BOOSTFNAME=boost_1_64_0.7z
::set XERCESFNAME=xerces-c-3.1.1.zip
::set XERCESFNAME=xerces-c-3.1.4.zip
set XERCESFNAME=xerces-c-3.2.1.zip
cd %sourcepath%
rename qt-everywhere-opensource-src-4.8.2 qt
rename wxWidgets_%WXVERSION% wxWidgets
-rename boost_1_63_0 boost
+rename boost_1_64_0 boost
rename InsightToolkit-4.12.1 itk
rename VTK-8.1.1 vtk
rename gdcm13_2018_05_28_vtk8 gdcm13
if %EEDinstall%==FALSE GOTO SKIPINSTALL
cd %scripts%
echo Calling install_thirdparty.bat
-start /B /wait install_thirdparty_all.bat %thirdpartyGeneration% %buildType% %forcex86%
+call install_thirdparty_all.bat %thirdpartyGeneration% %buildType% %forcex86%
:SKIPINSTALL
if %EEDinstallerDLL%==FALSE GOTO SKIPINSTALLERDLL
echo Calling generateThirdPartydllsExe.bat
cd %scripts%
-start /B /wait generateThirdPartydllsExe.bat %thirdpartyGeneration% %buildType% %forcex86%
+call generateThirdPartydllsExe.bat %thirdpartyGeneration% %buildType% %forcex86%
:SKIPINSTALLERDLL
if %EEDinstallerLibraries%==FALSE GOTO SKIPINSTALLERLIBRARIES
echo Calling generateThirdPartyLibExe.bat
cd %scripts%
-start /B /wait generateThirdPartyLibExe.bat %thirdpartyGeneration% %buildType% %forcex86%
+call generateThirdPartyLibExe.bat %thirdpartyGeneration% %buildType% %forcex86%
:SKIPINSTALLERLIBRARIES