]> Creatis software - creaToolsTools.git/blobdiff - Install/scripts/All.bat
Feature #1956 Add Version file in final install + link in menu windows
[creaToolsTools.git] / Install / scripts / All.bat
index bc7314cfe0efcdb356189dd92b71b8189590690c..7288e242ee1fd3d6b34a4b6f783e46127cbe5399 100644 (file)
@@ -25,24 +25,25 @@ REM ------------------------------------------------------------------------
 
 set creatoolsGeneration=%1
 set docgeneration=%2
-set gitUser=%3
-set installPrefix=%4
-set buildtype=%5
-set forcex86=%6
+set installPrefix=%3
+set buildtype=%4
+set forcex86=%5
 
 set scriptsFolder=%cd%
 set logFolder=%creatoolsGeneration%\installLog
 
+
 rmdir %logFolder% /s /q
 mkdir %logFolder%
 
 echo call configure variables
 call %scriptsFolder%\base\configureVariables.bat
 
-GOTO SKIPINSTALL
+REM goto skypeEED
 
 echo call Download Sources
 start /B /wait %scriptsFolder%\base\downloadSources.bat
+
 echo call compile crea
 start /B /wait %scriptsFolder%\crea\creaInstall.bat
 echo call compile bbtk
@@ -64,7 +65,10 @@ start /B /wait %scriptsFolder%\bbtkGEditor\bbtkGEditorInstall.bat
 echo call compile creaMinitools
 start /B /wait %scriptsFolder%\creaTools\creaMinitoolsInstall.bat
 
-:SKIPINSTALL
+
+
+REM :skypeEED
+
 echo  THIS HAS TO BE THE LAST STEP...
 echo call compile creaTools
 start /B /wait %scriptsFolder%\creaTools\creaToolsInstall.bat