]> Creatis software - creaToolsTools.git/blobdiff - ctest/dashboard/compilemod.bat
*** empty log message ***
[creaToolsTools.git] / ctest / dashboard / compilemod.bat
index 49a3e2d8afe9d1746d9be14d34eee7f2de5f9601..a25d2298ad3aecd7df5343e3e89d80d1235ca261 100644 (file)
@@ -1,4 +1,9 @@
-cd %2
+REM %1=buildtype  %2=<Module Sources Ex crea bbtk creaMaracasVisu ...>
+
+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
+FOR /R %%a IN (*.sln) DO msbuild /p:Configuration=%1 PACKAGE.vcproj
+copy %2*.exe ../Result_Installers/
 cd ..