I'd like to bring attention to this change, I think it's a rather
interesting one.
So now, for example, if you have a static library A which uses
something from a few small libraries B, C, D, you don't have to
specify in every module that you link with A, B, C and D - you can
just specify once that library A always goes with B,C,D and then link
only to library A in your modules.
WBR,
Aleksey Bragin.
On Oct 25, 2008, at 6:52 AM, hyperion(a)svn.reactos.org wrote:
Author: hyperion
Date: Fri Oct 24 21:52:24 2008
New Revision: 36929
URL:
http://svn.reactos.org/svn/reactos?rev=36929&view=rev
Log:
modified tools/rbuild/backend/mingw/modulehandler.cpp
Allow static libraries to "link" to other static libraries
Removed some dead code
modified dll/nls/normaliz_redist/normaliz_redist.rbuild
modified dll/win32/kernel32/kernel32.rbuild
No need to specify icu4ros explicitely anymore, thanks to the
rbuild changes
Make kernel32_base include normalize, rather than linking it as
an external dependency of kernel32