On Jul 8, 2010, at 11:04 AM, Kevin Ollivier <kev...@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
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to