What is this wscript file in the root directory of WebKit? If it's a script, maybe we should move it to WebKitTools/Scripts? Adam
On Mon, Aug 23, 2010 at 4:54 PM, Adam Barth <abarth@webkit.org> wrote:
What is this wscript file in the root directory of WebKit? If it's a script, maybe we should move it to WebKitTools/Scripts?
I believe that's a WAF build script. It seems to be used by the wx port. Martin
On Mon, Aug 23, 2010 at 5:34 PM, Martin Robinson <mrobinson@webkit.org> wrote:
On Mon, Aug 23, 2010 at 4:54 PM, Adam Barth <abarth@webkit.org> wrote:
What is this wscript file in the root directory of WebKit? If it's a script, maybe we should move it to WebKitTools/Scripts?
I believe that's a WAF build script. It seems to be used by the wx port.
Oh, so it's a script like autogen.sh? Just trying to keep the root from getting out of control. Adam
Hi Adam, On Aug 23, 2010, at 5:36 PM, Adam Barth wrote:
On Mon, Aug 23, 2010 at 5:34 PM, Martin Robinson <mrobinson@webkit.org> wrote:
On Mon, Aug 23, 2010 at 4:54 PM, Adam Barth <abarth@webkit.org> wrote:
What is this wscript file in the root directory of WebKit? If it's a script, maybe we should move it to WebKitTools/Scripts?
I believe that's a WAF build script. It seems to be used by the wx port.
Oh, so it's a script like autogen.sh? Just trying to keep the root from getting out of control.
Yeah, it needs to be in the root dir because wx needs to build WebCore and WebKit together now (meaning they need to share a common root dir), as otherwise we hit problems with export symbol macros and debugging symbols when building WebCore as a convenience library. I have been avoiding putting stuff in the root dir, but it was the only way I found to resolve these issues. Thanks, Kevin
Adam _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
participants (3)
-
Adam Barth
-
Kevin Ollivier
-
Martin Robinson