> -----Original Message----- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 09, 2006 2:11 AM > To: stdcxx-dev@incubator.apache.org > Subject: MSVC 8.0 builds running in parallel? > > Andrew just pointed out to me that the build log from our > MSVC 8 builds is all jumbled up, probably because the thing > processes our projects in parallel. The log is almost > completely unreadable. > Farid, do you have any idea how to disable the parallelism?
Yes. MSVC 8 supports parallel project builds. The number of the processes can be modified using IDE: Menu "Tools" -> "Options" -> "Projects and Solutions" -> "Build and Run" -> Edit box "maximum number of parallel projects builds" I tried and found that this setting also can be modified from script using MSVC automation objects model. I plan to create new script. That script will perform the build process (with stop build on fail) and would be invoked from build_msvc-x.x.bat instead of invoking devenv.exe. Farid.