From 0830e8aeec3c4f282c0d3490cc2e72b9f15cb3bc Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Wed, 25 Aug 2010 18:18:36 +0000 Subject: [PATCH] *** empty log message *** --- ctest/dashboard/compilemod.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctest/dashboard/compilemod.bat b/ctest/dashboard/compilemod.bat index 2336ff9..4632b82 100644 --- a/ctest/dashboard/compilemod.bat +++ b/ctest/dashboard/compilemod.bat @@ -1,6 +1,6 @@ cd %2 call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1 -FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1 /t:INSTALL -FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1 /t:PACKAGE +FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1 INSTALL.vcproj +FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1 PACKAGE.vcproj cd .. -- 2.45.1