X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=37238596691a28ae4efd05d9c1c4ef6cd08f0b7e;hb=ccead1c6c820970e3ae37992b76f99675852d7f9;hp=61fd21a857c1f8acb957849ce7904bf6eeedd835;hpb=3d4ef1b93e8cfd8467efd132cb80ad4bd368f33a;p=builder.git diff --git a/Build b/Build index 61fd21a..3723859 100644 --- a/Build +++ b/Build @@ -13,33 +13,16 @@ 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 { library "ole32"; library "advapi32"; + library "shell32"; }; }; install true; @@ -56,12 +39,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";