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