X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;fp=Build;h=2cf1583030d2280291e617f70c9c8fb86dc6d1cc;hb=d3e9e3db18a9fb6024fced0fe506752763c91c7f;hp=794c3f30167577f157c399bc127d6ad86d74116b;hpb=d5535ad0823221b326b47f4549bd546118e72599;p=builder.git diff --git a/Build b/Build index 794c3f3..2cf1583 100644 --- a/Build +++ b/Build @@ -13,12 +13,6 @@ package "builder" standard CXX "c++11"; }; - library "builtintools" - { - source "plugins/builtin"; - default false; - }; - library "androidtools" { source "plugins/android"; @@ -34,7 +28,6 @@ package "builder" library "libbuilder" { source "source/lib"; - use "builtintools"; use "androidtools"; use "datatools"; build_info @@ -63,6 +56,12 @@ package "builder" install true; }; + module "builtintools" + { + source "plugins/builtin"; + install true; + }; + module "gnutools" { source "plugins/gnu";