]> git.tdb.fi Git - builder.git/blobdiff - Build
Rename builtintools to basetools
[builder.git] / Build
diff --git a/Build b/Build
index 6f93cb026ca4dadcb97d8c19ffa3f587a886252b..61fd21a857c1f8acb957849ce7904bf6eeedd835 100644 (file)
--- a/Build
+++ b/Build
@@ -13,30 +13,6 @@ package "builder"
                standard CXX "c++11";
        };
 
-       library "builtintools"
-       {
-               source "plugins/builtin";
-               default false;
-       };
-
-       library "gnutools"
-       {
-               source "plugins/gnu";
-               default false;
-       };
-
-       library "clangtools"
-       {
-               source "plugins/clang";
-               default false;
-       };
-
-       library "msvctools"
-       {
-               source "plugins/msvc";
-               default false;
-       };
-
        library "androidtools"
        {
                source "plugins/android";
@@ -52,10 +28,6 @@ package "builder"
        library "libbuilder"
        {
                source "source/lib";
-               use "builtintools";
-               use "gnutools";
-               use "clangtools";
-               use "msvctools";
                use "androidtools";
                use "datatools";
                build_info
@@ -84,6 +56,30 @@ package "builder"
                install true;
        };
 
+       module "basetools"
+       {
+               source "plugins/base";
+               install true;
+       };
+
+       module "gnutools"
+       {
+               source "plugins/gnu";
+               install true;
+       };
+
+       module "clangtools"
+       {
+               source "plugins/clang";
+               install true;
+       };
+
+       module "msvctools"
+       {
+               source "plugins/msvc";
+               install true;
+       };
+
        source_archive
        {
                source "bootstrap.sh";