On Sat, Feb 2, 2013 at 4:16 PM, James Robinson <[email protected]> wrote:
> > > On Fri, Feb 1, 2013 at 5:12 PM, Balazs Kelemen <[email protected]> wrote: > >> 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. >> > > That doesn't work on windows. > > Right. Yes, the shared library build of Chromium is a developer-only build mode. It is helpful to split the project up into separate DLLs to reduce build times and to help enforce correct dependencies between modules. -Darin > - James > > >> >> -kbalazs >> >> ______________________________**_________________ >> webkit-dev mailing list >> [email protected] >> https://lists.webkit.org/**mailman/listinfo/webkit-dev<https://lists.webkit.org/mailman/listinfo/webkit-dev> >> > > > _______________________________________________ > webkit-dev mailing list > [email protected] > https://lists.webkit.org/mailman/listinfo/webkit-dev > >
_______________________________________________ webkit-dev mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-dev

