]> Creatis software - creaToolsTools.git/blob - ctest/dashboard/compilemod.bat
7af77af15369ce683f607df02c78625716f8c3d5
[creaToolsTools.git] / ctest / dashboard / compilemod.bat
1 cd %2
2 call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
3 FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1
4 FOR /R %%a IN (*.sln) DO msbuild INSTALL.vcproj
5 FOR /R %%a IN (*.sln) DO msbuild PACKAGE.vcproj
6 cd ..