]> Creatis software - creaToolsTools.git/blobdiff - ctest/dashboard/compilemod.bat
*** empty log message ***
[creaToolsTools.git] / ctest / dashboard / compilemod.bat
index 49a3e2d8afe9d1746d9be14d34eee7f2de5f9601..bf10c4b451f4270bc2a91f62b238d0b0e98fca0d 100644 (file)
@@ -1,4 +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 /p:Configuration=%1 /t:Install
+FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1 /t:Package
 cd ..