Sorry for my ignorance, but what is "~/.gyp/include.gypi" (mostly I see this kind of paths on things concerning Linux, I am on Windows)? ☆PhistucK
On Sat, Aug 15, 2009 at 00:02, Darin Fisher <[email protected]> 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: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
