X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;fp=Build;h=9f94ecbdea9593353fd48273e1420998518de13d;hb=767e28373e9710720efabc0f4f9bb3e51661c1e6;hp=61fd21a857c1f8acb957849ce7904bf6eeedd835;hpb=c26f1550706f1f674d3040ebb42d2b35d21952ff;p=builder.git diff --git a/Build b/Build index 61fd21a..9f94ecb 100644 --- a/Build +++ b/Build @@ -13,27 +13,9 @@ package "builder" standard CXX "c++11"; }; - library "androidtools" - { - source "plugins/android"; - default false; - }; - - library "datatools" - { - source "plugins/datafile"; - default false; - }; - library "libbuilder" { source "source/lib"; - use "androidtools"; - use "datatools"; - build_info - { - incpath "plugins"; - }; if_arch "windows" { build_info @@ -56,12 +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";