[webkit-dev] How to add a new file to mac build system?

Eric Seidel eric at webkit.org
Mon Jan 24 13:53:03 PST 2011


There is not a gyp-like build system for Apple's Mac build (yet).

You generally need to use XCode to edit the WebCore.xcodeproj file.
But if you're trying to build on a Mac you need XCode installed
anyway.

.pri and .pro are not related to the Apple Mac build.

-eric

On Mon, Jan 24, 2011 at 1:03 PM, Won J Jeon <wjjeon at gmail.com> wrote:
> Hi all,
> I'd like to test some code by adding a new idl and its implementation to
> WebCore on Mac.
> How can I let the build system know the addition of such files?
> Is there any gyp-like build system on Mac?
> Can anyone explain what *.pri and *.pro files are and how I can use them?
> Regards,
> Won
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>


More information about the webkit-dev mailing list