On Tue, May 5, 2009 at 11:09 PM, Leith Bade <le...@leithalweapon.geek.nz> wrote: > How many seperate so's do you build? And what code compiles to where?
It's identical to the current setup, but building .so's in every place we build a .a. (Maybe that's called a .lib on Windows?) In the Linux build it's controlled like this (from build/common.gypi): # To do a shared build on linux we need to be able to choose between type # static_library and shared_library. We default to doing a static build # but you can override this with "gyp -Dlibrary=shared_library" or you # can add the following line (without the #) to ~/.gyp/include.gypi # {'variables': {'library': 'shared_library'}} # to compile as shared by default 'library%': 'static_library', --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---