[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [cdt-dev] MSVC (was Build Again)
|
- From: Axel Müller <aegges@xxxxxx>
- Date: Tue, 27 Apr 2010 13:40:59 +0200 (CEST)
- Delivered-to: cdt-dev@eclipse.org
- Importance: normal
- Sensitivity: Normal
>On 2010-04-27 10:08, Axel MÃller wrote:
>> The visual compiler itself can do parallel builds. You need to add
>> the compiler flag /MP? (? is the number of parallel builds).
>
>Yes, but that requires that all the source code you need to build is
>passed to cl.exe in one invokation, something the VS IDE can do, but
>makefiles typically don't. Maybe NMAKE has some special syntax to handle
>that case.
There is no special syntax. You just pass the additional compiler flag to the compiler. We are using this at our company w/o any problems.
Axel