From: Eduardo Davila Date: Tue, 9 Aug 2011 15:29:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=a0bb2145bb136930ad3d81845bd8c7f8a0656b2e;p=creaToolsTools.git *** empty log message *** --- 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"