X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ctest%2Fdashboard%2Fcompilemod.bat;h=aeefcb9b3cf73e4a2b97eb02ffa7a10c1ac7024a;hb=28e69b5d7669fbc8c95d98abfa68b53ffad0fb46;hp=ba107a67aab55d4ecad5de73bda9d0cc542a36ce;hpb=8c75c85544ab0aa5f7c6feb0f29bd2539633e21d;p=creaToolsTools.git diff --git a/ctest/dashboard/compilemod.bat b/ctest/dashboard/compilemod.bat index ba107a6..aeefcb9 100644 --- a/ctest/dashboard/compilemod.bat +++ b/ctest/dashboard/compilemod.bat @@ -1,4 +1,6 @@ -cd %2 +REM %1=buildtype %2= + +cd %2Bin 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 /p:Configuration=%1 INSTALL.vcproj