]> Creatis software - creaToolsTools.git/blobdiff - Install/scripts/All.bat
Bug #1928 Removed the gitusername from the Windows installation scripts.
[creaToolsTools.git] / Install / scripts / All.bat
index bc7314cfe0efcdb356189dd92b71b8189590690c..c1871252c483210f46edc6863dfbe82ec825708c 100644 (file)
@@ -25,10 +25,9 @@ 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
@@ -39,7 +38,6 @@ mkdir %logFolder%
 echo call configure variables
 call %scriptsFolder%\base\configureVariables.bat
 
-GOTO SKIPINSTALL
 
 echo call Download Sources
 start /B /wait %scriptsFolder%\base\downloadSources.bat
@@ -64,7 +62,6 @@ start /B /wait %scriptsFolder%\bbtkGEditor\bbtkGEditorInstall.bat
 echo call compile creaMinitools
 start /B /wait %scriptsFolder%\creaTools\creaMinitoolsInstall.bat
 
-:SKIPINSTALL
 echo  THIS HAS TO BE THE LAST STEP...
 echo call compile creaTools
 start /B /wait %scriptsFolder%\creaTools\creaToolsInstall.bat