From: Eduardo Davila Date: Wed, 25 Aug 2010 15:16:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CREATOOLS.2-0-3~82 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=d38f69cb88936ea6c9b8cc138a25629f8d75a058;p=creaToolsTools.git *** empty log message *** --- 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 ..