[webkit-dev] Exporting symbols (was Re: Common build system (was Re: WebKit Wishes))

Balazs Kelemen kbalazs at webkit.org
Fri Feb 1 17:12:58 PST 2013


On 02/01/2013 02:28 AM, Darin Fisher wrote:
>
> It would be nice if, in the shared library build of chromium, webcore 
> and perhaps the modules and platform were separate DLLs.
>

The shared library build is kind of a developer build, right? In this 
case I believe you can solve this by setting the default visibility to 
public at compiler/linker level, no need for exports.

-kbalazs


More information about the webkit-dev mailing list