1 REM %1=buildtype %2=<Module Sources Ex crea bbtk creaMaracasVisu ...>
4 call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
5 FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1
6 FOR /R %%a IN (*.sln) DO msbuild /p:Configuration=%1 INSTALL.vcproj
7 FOR /R %%a IN (*.sln) DO msbuild /p:Configuration=%1 PACKAGE.vcproj