Oh, OK.Thank you for the clarification. :)
Did not know GYP is actually looking for settings in directories other than
the Chrome source.


☆PhistucK


On Sat, Aug 15, 2009 at 10:43, Eric Roman <[email protected]> wrote:

> On Fri, Aug 14, 2009 at 11:23 PM, PhistucK<[email protected]> wrote:
> > 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)?
>
> The tilde is Unix shorthand for your home directory ($HOME).
>
> On Windows, the analog is %USERPROFILE%.
>
> So the full path here is something like:
>
>    C:\Documents and Settings\<username>\.gyp\include.gypi
>
> or if you are on Vista:
>
>    C:\Users\<username>\.gyp\include.gypi
>
> > ☆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
-~----------~----~----~----~------~----~------~--~---

Reply via email to