X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ctest%2Fdashboard%2Fcompilemod.bat;h=ba107a67aab55d4ecad5de73bda9d0cc542a36ce;hb=8c75c85544ab0aa5f7c6feb0f29bd2539633e21d;hp=7a1f17f3127fd2e9e206195aa9ca2a0412515897;hpb=e2958d22c6729c6be6c44e4c43a2acc1bcca4d65;p=creaToolsTools.git diff --git a/ctest/dashboard/compilemod.bat b/ctest/dashboard/compilemod.bat index 7a1f17f..ba107a6 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 /p:Configuration=%1 INSTALL.vcproj +FOR /R %%a IN (*.sln) DO msbuild /p:Configuration=%1 PACKAGE.vcproj cd ..