]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/scripts/install_thirdparty_all.bat
no message
[creaToolsTools.git] / Install_ThirdParty / scripts / install_thirdparty_all.bat
index 8012ae530b83a9e6fec1d0715bc9eebf7e7be12e..2ef43ea82c8caf57ee151fd934f9b810eb43de76 100644 (file)
@@ -8,7 +8,7 @@ if %PROCESSOR_ARCHITECTURE%==x86 (
 @echo off
 ) else (
 @echo on
-  set ProgramFilesPath=%ProgramFiles(x86)%
+  set "ProgramFilesPath=%ProgramFiles(x86)%"
 @echo off
 )
 @echo on
@@ -20,7 +20,7 @@ rem -----------------------------------
 set thirdpartyGeneration=%1
 set buildType=%2
 
-set wgetPath=C:\Users\diego\Desktop\crea_Developer_Tools-3.0.0-win32\crea_Developer_Tools-3.0.0\wget.exe
+set wgetPath=%cd%\..\..\windows\creaTools_win_installers\CreaTools_v2_0_0_win32_installer\bin\wget.exe
 set zipPath="%ProgramFilesPath%\7-Zip\7z.exe"
 set urlCreatisSource=http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source
 set urlCreatisSource=http://www.creatis.insa-lyon.fr/~caceres/software
@@ -59,8 +59,8 @@ cd %thirdpartyGeneration%\thirdparty_source\
 %wgetPath% %urlCreatisSource%/qt-4.7.3.zip
 %wgetPath% %urlCreatisSource%/wxWidgets-2.9.2.7z
 %wgetPath% %urlCreatisSource%/boost_1_47_0.7z
-%wgetPath% %urlCreatisSource%/vtk-5.6.1.zip
-%wgetPath% %urlCreatisSource%/InsightToolkit-3.20.0.zip
+%wgetPath% %urlCreatisSource%/vtk-5.6.1.patchCreatis.tar.gz
+%wgetPath% %urlCreatisSource%/InsightToolkit-3.20.0.patchCreatis.tar.gz
 %wgetPath% %urlCreatisSource%/gdcm_05_Mai_2011.tar.gz
 %wgetPath% %urlCreatisSource%/xerces-c-3.1.1.zip
 rem ------End Downloading Sources------
@@ -199,7 +199,8 @@ cd %thirdpartyGeneration%\thirdparty_source
 del xerces-c-3.1.1.zip
 rem ----------Installing---------------
 cd  %sourcepath%\%xercesc%\projects\Win32\VC10\xerces-all
-FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%buildType%
+FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=build
+FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=release
 REM msbuild /p:Configuration=%buildType% INSTALL.vcxproj
 rem -----End XERCES Installation-------
 cd c:\