]> Creatis software - creaToolsTools.git/blobdiff - Install/scripts/All.bat
EED
[creaToolsTools.git] / Install / scripts / All.bat
index 7a5fda383de81b1db5fc75c6de094f949719737a..4e38a6174b0093a2bc9d1081f2ef4a1e24ead6f3 100644 (file)
@@ -25,21 +25,25 @@ REM ------------------------------------------------------------------------
 
 set creatoolsGeneration=%1
 set docgeneration=%2
-set cvsUser=%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
+
+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
@@ -60,11 +64,14 @@ echo call compile bbtkGEditor
 start /B /wait %scriptsFolder%\bbtkGEditor\bbtkGEditorInstall.bat
 echo call compile creaMinitools
 start /B /wait %scriptsFolder%\creaTools\creaMinitoolsInstall.bat
-echo  THIS HAS TO BE THE LAST STEP...
-echo call compile creaTools
 
-start /B /I /wait %scriptsFolder%\creaTools\creaToolsInstall.bat
 
+
+REM    :skypeEED
+
+echo  THIS HAS TO BE THE LAST STEP...
+echo call compile creaTools
+start /B /wait %scriptsFolder%\creaTools\creaToolsInstall.bat
 echo To see the log files of this install please go to %LogFolder%
 
 exit /B