]> Creatis software - creaToolsTools.git/blobdiff - Install/scripts/All.bat
Windows installers , Linux bbtk compilation
[creaToolsTools.git] / Install / scripts / All.bat
index 6632351807360c2e020021fce7cdc04608eda1ba..54d1318294474321e8a5f1f78aa86cb1b7069cc8 100644 (file)
@@ -35,19 +35,24 @@ mkdir %logFolder%
 echo call configure variables
 call %scriptsFolder%\base\configureVariables.bat
 
-echo call Download Sources
+echo call Clean and Download-Sources
 start /B /wait %scriptsFolder%\base\downloadSources.bat
 
-
-cd %scriptsFolder%
 echo %cd%
-call All2.bat %creatoolsGeneration% %docGeneration% Debug Win32
-cd %scriptsFolder%
-call All2.bat %creatoolsGeneration% %docGeneration% Debug Win64
-cd %scriptsFolder%
-call All2.bat %creatoolsGeneration% %docGeneration% Release Win32 
+
 cd %scriptsFolder%
 call All2.bat %creatoolsGeneration% %docGeneration% Release Win64
+
+REM cd %scriptsFolder%
+REM call All2.bat %creatoolsGeneration% %docGeneration% Debug Win64
+
+REM cd %scriptsFolder%
+REM call All2.bat %creatoolsGeneration% %docGeneration% Release Win32 
+
+REM cd %scriptsFolder%
+REM call All2.bat %creatoolsGeneration% %docGeneration% Debug Win32
+
+
 echo ..End..
 
 cd %scriptsFolder%