]> Creatis software - creaToolsTools.git/blobdiff - Install_mingw64/Install_ThirdParty/scripts/makeAll.bat
Merge branch 'mingw64' of ssh://git.creatis.insa-lyon.fr/creaToolsTools into mingw64
[creaToolsTools.git] / Install_mingw64 / Install_ThirdParty / scripts / makeAll.bat
index 9a39b186eb39379388f5a6d7700dfcaa20a58f38..36427b1af5d9af278eb97f5165707f6b298199f4 100644 (file)
@@ -37,20 +37,20 @@ call download_ThirdPartySW.bat %thirdpartyGeneration% %buildType% %wxStable% >>
 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