From d38f69cb88936ea6c9b8cc138a25629f8d75a058 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Wed, 25 Aug 2010 15:16:05 +0000 Subject: [PATCH] *** empty log message *** --- ctest/dashboard/compilemod.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ctest/dashboard/compilemod.bat b/ctest/dashboard/compilemod.bat index 49a3e2d..bf10c4b 100644 --- a/ctest/dashboard/compilemod.bat +++ b/ctest/dashboard/compilemod.bat @@ -1,4 +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 cd .. -- 2.45.1