X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ctest%2Fdashboard%2Fcompilemod.bat;h=a25d2298ad3aecd7df5343e3e89d80d1235ca261;hb=7ddb04a53f2e2ad953dfef73813c29490db31c23;hp=aeefcb9b3cf73e4a2b97eb02ffa7a10c1ac7024a;hpb=28e69b5d7669fbc8c95d98abfa68b53ffad0fb46;p=creaToolsTools.git diff --git a/ctest/dashboard/compilemod.bat b/ctest/dashboard/compilemod.bat index aeefcb9..a25d229 100644 --- a/ctest/dashboard/compilemod.bat +++ b/ctest/dashboard/compilemod.bat @@ -5,4 +5,5 @@ 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 FOR /R %%a IN (*.sln) DO msbuild /p:Configuration=%1 PACKAGE.vcproj +copy %2*.exe ../Result_Installers/ cd ..