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

Kevin Ollivier kevino at theolliviers.com
Thu Jul 8 11:04:01 PDT 2010


Hi all,

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. 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?

Thoughts?

Thanks,

Kevin


More information about the webkit-dev mailing list