From a0bb2145bb136930ad3d81845bd8c7f8a0656b2e Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Tue, 9 Aug 2011 15:29:44 +0000 Subject: [PATCH] *** empty log message *** --- Install_ThirdParty/scripts/install_thirdparty_all.bat | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Install_ThirdParty/scripts/install_thirdparty_all.bat b/Install_ThirdParty/scripts/install_thirdparty_all.bat index 4c122a3..61b960a 100644 --- a/Install_ThirdParty/scripts/install_thirdparty_all.bat +++ b/Install_ThirdParty/scripts/install_thirdparty_all.bat @@ -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,8 +20,15 @@ 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=C:\Creatis\Download\crea_Developer_Tools-3.0.0-win32\crea_Developer_Tools-3.0.0\wget.exe set zipPath="%ProgramFilesPath%\7-Zip\7z.exe" + +echo EED +echo %zipPath% +echo %ProgramFilesPath% +pause + + 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 set vcvarsall="%ProgramFilesPath%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" -- 2.45.0