X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=9f94ecbdea9593353fd48273e1420998518de13d;hb=6280e72c03ae898efc76fa20706111f22c13b8a2;hp=794c3f30167577f157c399bc127d6ad86d74116b;hpb=62240b34a076033bd8cb9cf979f3492b4c0cc5e5;p=builder.git diff --git a/Build b/Build index 794c3f3..9f94ecb 100644 --- a/Build +++ b/Build @@ -13,34 +13,9 @@ package "builder" standard CXX "c++11"; }; - library "builtintools" - { - source "plugins/builtin"; - default false; - }; - - library "androidtools" - { - source "plugins/android"; - default false; - }; - - library "datatools" - { - source "plugins/datafile"; - default false; - }; - library "libbuilder" { source "source/lib"; - use "builtintools"; - use "androidtools"; - use "datatools"; - build_info - { - incpath "plugins"; - }; if_arch "windows" { build_info @@ -63,6 +38,24 @@ package "builder" install true; }; + module "androidtools" + { + source "plugins/android"; + install true; + }; + + module "basetools" + { + source "plugins/base"; + install true; + }; + + module "datatools" + { + source "plugins/datafile"; + install true; + }; + module "gnutools" { source "plugins/gnu";