]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/scripts/download_ThirdPartySW.bat
DFCH: Install_ThirdParty script is now working in windows x64 =)
[creaToolsTools.git] / Install_ThirdParty / scripts / download_ThirdPartySW.bat
index c76da1e0e8748bb4efe39b25d3511768681577d8..a5745d32dd1b77a3a0304ec23b42ca0ba9186772 100644 (file)
@@ -55,6 +55,7 @@ if not exist %wgetPath% (
 set installpath=%thirdpartyGeneration%\thirdparty_install\%buildType%
 set binpath=%thirdpartyGeneration%\thirdparty_bin\%buildType%
 set sourcepath=%thirdpartyGeneration%\thirdparty_source\%buildType%
+set LogFolder=%thirdpartyGeneration%\installLog
 
 set QTFNAME=qt-everywhere-opensource-src-4.8.2.zip
 
@@ -89,22 +90,6 @@ echo InstallPath=%installpath%
 echo BinPath=%binpath%
 echo SourcePath=%sourcepath%
 
-echo -----------------------------------
-echo -------Removing Folders------------
-echo -----------------------------------
-
-rmdir /S /Q %thirdpartyGeneration%
-
-echo -----------------------------------
-echo -------Creating Folders------------
-echo -----------------------------------
-
-mkdir %thirdpartyGeneration%
-cd  %thirdpartyGeneration%
-mkdir %sourcepath%
-mkdir %binpath%
-mkdir %installpath%
-
 echo -----------------------------------
 echo ------Downloading Sources----------
 echo -----------------------------------
@@ -217,27 +202,5 @@ rename xerces-c-3.1.1 xerces
 echo -----End of Download Libraries-----
 echo -----------------------------------
 echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
-echo -----------------------------------
 
 exit /B
\ No newline at end of file