From: Eduardo Davila Date: Wed, 25 Aug 2010 18:29:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CREATOOLS.2-0-3~78 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=82d143a0dc49ca61591b6ec55e1116eb39d97dc5;p=creaToolsTools.git *** empty log message *** --- diff --git a/ctest/dashboard/compilemod.bat b/ctest/dashboard/compilemod.bat index 7a1f17f..7af77af 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 INSTALL.vcproj -FOR /R %%a IN (*.sln) DO msbuild %%a PACKAGE.vcproj +FOR /R %%a IN (*.sln) DO msbuild INSTALL.vcproj +FOR /R %%a IN (*.sln) DO msbuild PACKAGE.vcproj cd ..