That is really slick.  gyp-authors++
-eric

On Fri, Aug 14, 2009 at 2:02 PM, Darin Fisher <da...@chromium.org> wrote:

> If you are like me and accustomed to hacking build/common.gypi to enable
> /MP under VS2005, then please read on:
> It turns out that there is a better way!  Instead, just create a
> ~/.gyp/include.gypi file containing the following:
>
> {
>   'variables': {
>     'msvs_multi_core_compile': 1
>   }
> }
>
> Then re-run "gclient runhooks --force" to rebuild the VS project files.
>  This will force GYP to output /MP :-)
>
> -Darin
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to