[webkit-dev] DerivedSources.make & CPP DOM Bindings

David Kilzer ddkilzer at webkit.org
Fri Jul 9 05:46:52 PDT 2010


On Jul 8, 2010, at 11:04 AM, Kevin Ollivier <kevino at theolliviers.com> wrote:

> I'm working on making the CPP DOM bindings accessible to the wx port, and while I've got the whole thing building, one thing I have yet to sort out is how to add building of the CPP DOM bindings to the build system. DerivedSources.make seems to be the appropriate place to put the code, and it's where I've put things for now, but I wasn't sure if others would feel this is the right place.

DerivedSources.make is the appropriate place for this.

> If I do add it, what is the appropriate way to do it? Should generation be conditional on some define the port will set, like MAKE_CPP_BINDINGS, or should we just directly check for BUILDING_<PORT> defines?

I would use BUILDING_<PORT> for now until such time as another port wants to enable it.

Dave
--
Sent from my iPhone 3GS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20100709/debdccce/attachment.html>


More information about the webkit-dev mailing list