Getting modules together

As we decided to eliminate modularization from master branch, there
are two ways to do it (after creating next):

  1. keep everything as it’s done in my current trunk and block targets
    of modules (crutchy solution)
  2. move all files to their old places (to merge is much simplier than
    to divide)
  3. transform modules from SHARED to STATIC, and link them together into
    monolithic shared library (seems best for me)

Ideas?

Regards,
Konstantin

On Wednesday 26 May 2010 07:01:05 Konstantin Tokarev wrote:

As we decided to eliminate modularization from master branch, there
are two ways to do it (after creating next):

  1. keep everything as it’s done in my current trunk and block targets
    of modules (crutchy solution)
  2. move all files to their old places (to merge is much simplier than
    to divide)
  3. transform modules from SHARED to STATIC, and link them together into
    monolithic shared library (seems best for me)

I am going with option number 2 - I will get it done pretty soon. Have some
local changes that I need to finish off. Split stuff can go in a branch, or
another repository.

I will also be taking the opportunity to streamline the build system a little.

Thanks,

Marcus