]> Creatis software - creaToolsTools.git/blobdiff - ctest/dashboard/compilemod.bat
no message
[creaToolsTools.git] / ctest / dashboard / compilemod.bat
index aeefcb9b3cf73e4a2b97eb02ffa7a10c1ac7024a..a25d2298ad3aecd7df5343e3e89d80d1235ca261 100644 (file)
@@ -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 ..