From 8efdc3495d5725c2be122d6af61e136f38e2d762 Mon Sep 17 00:00:00 2001 From: Diego Caceres Date: Thu, 4 Aug 2011 15:37:04 +0000 Subject: [PATCH] Update (DFCH) --- Install_ThirdParty/scripts/install_thirdparty_all.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Install_ThirdParty/scripts/install_thirdparty_all.bat b/Install_ThirdParty/scripts/install_thirdparty_all.bat index 8012ae5..4c122a3 100644 --- a/Install_ThirdParty/scripts/install_thirdparty_all.bat +++ b/Install_ThirdParty/scripts/install_thirdparty_all.bat @@ -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:\ -- 2.45.1