X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ctest%2Fdashboard%2Fcompilemod.bat;h=aeefcb9b3cf73e4a2b97eb02ffa7a10c1ac7024a;hb=465a282e17c866333c82a85b0ef499a9fea3a208;hp=bf10c4b451f4270bc2a91f62b238d0b0e98fca0d;hpb=d38f69cb88936ea6c9b8cc138a25629f8d75a058;p=creaToolsTools.git diff --git a/ctest/dashboard/compilemod.bat b/ctest/dashboard/compilemod.bat index bf10c4b..aeefcb9 100644 --- a/ctest/dashboard/compilemod.bat +++ b/ctest/dashboard/compilemod.bat @@ -1,6 +1,8 @@ -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 %%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 /p:Configuration=%1 INSTALL.vcproj +FOR /R %%a IN (*.sln) DO msbuild /p:Configuration=%1 PACKAGE.vcproj cd ..