From d9d879ae1e3c966b1d113e348c486c8ac0b5ce2f Mon Sep 17 00:00:00 2001 From: Diego Caceres Date: Tue, 11 Oct 2011 09:04:25 +0000 Subject: [PATCH] DFCH: Script with the last VTK update (GDCM still doesn't work :s :s) --- Install_ThirdParty/scripts/install_thirdparty_all.bat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Install_ThirdParty/scripts/install_thirdparty_all.bat b/Install_ThirdParty/scripts/install_thirdparty_all.bat index 9ae4375..86e05f5 100644 --- a/Install_ThirdParty/scripts/install_thirdparty_all.bat +++ b/Install_ThirdParty/scripts/install_thirdparty_all.bat @@ -43,7 +43,7 @@ echo ----------------------------------- @echo on call %vcvarsall% -goto next + @echo off echo ----------------------------------- @@ -209,15 +209,15 @@ FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%buildType% msbuild /p:Configuration=%buildType% INSTALL.vcxproj @echo off echo -----End XERCES Installation------- -:next + echo ----------------------------------- echo -------VTK Installation------------ echo ----------------------------------- echo ----------Extracting--------------- @echo on cd %thirdpartyGeneration%\thirdparty_source\ -%zipPath% x %thirdpartyGeneration%\thirdparty_source\vtk-5.8.0.tar.gz -%zipPath% x %thirdpartyGeneration%\thirdparty_source\vtk-5.8.0.tar +%zipPath% x %thirdpartyGeneration%\thirdparty_source\VTK-5.6.1.patchCreatis.tar.gz +%zipPath% x %thirdpartyGeneration%\thirdparty_source\VTK-5.6.1.patchCreatis.tar cd %thirdpartyGeneration%\thirdparty_source\VTK del %thirdpartyGeneration%\thirdparty_source\VTK-5.8.0.tar.gz del %thirdpartyGeneration%\thirdparty_source\VTK-5.8.0.tar -- 2.45.1