[Webkit-unassigned] [Bug 50174] Get rid of prefix header dependency for WebKit2 build system

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 29 16:08:28 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=50174





--- Comment #2 from Andras Becsi <abecsi at webkit.org>  2010-11-29 16:08:28 PST ---
(In reply to comment #1)
> Does RVCT 2.2 really lack the  -include option or something equivalent?

RVCT 4.0 has a -include option but drops a warning:
Warning: C3910W: Old syntax, please use '-I'.

So I guess previous versions also supported -include, but it might behave like -I, which prepends a directory to the include path.

As far as I know RVCT has a --pch option since 2.0, and at least 4.0 has a
--use_pch option, which should behave similar to gcc's -include.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list