]> Creatis software - creaToolsTools.git/commitdiff
DFCH: Script changes
authorDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Sat, 17 Dec 2011 23:02:47 +0000 (23:02 +0000)
committerDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Sat, 17 Dec 2011 23:02:47 +0000 (23:02 +0000)
Install_ThirdParty/scripts/install_thirdparty_all.bat
Install_ThirdParty/scripts/move_thirdparty_libraries.bat

index f84f1e4b534689274be0a39be294923d95c7efae..2773812540bd5b462a378661db408a754b5adab2 100644 (file)
@@ -112,7 +112,7 @@ echo -----------------------------------
 
 
 call %vcvarsall%
-goto next
+
 echo -----------------------------------
 echo -------Creating Folders------------
 echo -----------------------------------
@@ -132,7 +132,7 @@ echo ------End Creating Folders---------
 echo -----------------------------------
 echo ------Downloading Sources----------
 echo -----------------------------------
-:next
+
 cd %thirdpartyGeneration%\thirdparty_source\
 %wgetPath% %urlCreatisSource%/qt-4.7.3.zip
 IF %buildWxWidgets28%==0 (
@@ -140,7 +140,6 @@ IF %buildWxWidgets28%==0 (
 ) ELSE (
   %wgetPath% %urlCreatisSource%/wxWidgets-2.8.12.tar.gz
 )
-goto next
 %wgetPath% %urlCreatisSource%/boost_1_46_1.7z
 %wgetPath% %urlCreatisSource%/vtk-5.8.0.tar.gz
 %wgetPath% %urlCreatisSource%/InsightToolkit-3.20.0.zip
@@ -177,7 +176,7 @@ echo -----------------------------------
 echo -----wxWidgets Installation--------
 echo -----------------------------------
 echo ----------Extracting---------------
-:next
+
 cd %sourcepath%
 IF %buildWxWidgets28%==0 (
   md %wxWidgets%
@@ -201,7 +200,7 @@ IF %buildWxWidgets28%==0 (
 cd C:\
 
 echo ----End wxWidgets Installation-----
-goto next
+
 echo -----------------------------------
 echo ------Boost Installation-----------
 echo -----------------------------------
@@ -340,5 +339,5 @@ cd c:\
 echo -----------------------------------
 echo ---End of Installing Libraries-----
 echo -----------------------------------
-:next
+
 exit /B
\ No newline at end of file
index 5f9ace15badd100854c0d460f0bb459948524f90..0b0e4da0051f7aa18892c664d6bb7201b2ab620d 100644 (file)
@@ -54,14 +54,8 @@ if not exist %miktex% (
  if not exist %miktex% (
   echo ERROR!!! MiKTex has not been found in the system
   exit
- )
- else (
-   set miktex="%ProgramFilesPath_x64%\MiKTeX 2.9"
- )
-)
-else (
-set miktex="%ProgramFilesPath_x86%\MiKTeX 2.9"
-)
+ ) else set miktex="%ProgramFilesPath_x64%\MiKTeX 2.9"
+) else set miktex="%ProgramFilesPath_x86%\MiKTeX 2.9"
 
 echo -----------------------------------
 echo Environment variables Configuration