]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/scripts/install_thirdparty_all.bat
*** empty log message ***
[creaToolsTools.git] / Install_ThirdParty / scripts / install_thirdparty_all.bat
index 8012ae530b83a9e6fec1d0715bc9eebf7e7be12e..61b960abc3343cc77e19da2982c8881d1c88c654 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,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"
@@ -199,7 +206,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:\