]> Creatis software - creaToolsTools.git/blob - ctest/dashboard/compilemod.bat
*** empty log message ***
[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 %%a /p:Configuration=%1 /t:INSTALL
5 FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1 /t:PACKAGE
6 cd ..