]> git.tdb.fi Git - builder.git/blobdiff - Build
Convert the simpler toolchains into plugins
[builder.git] / Build
diff --git a/Build b/Build
index 6f93cb026ca4dadcb97d8c19ffa3f587a886252b..794c3f30167577f157c399bc127d6ad86d74116b 100644 (file)
--- a/Build
+++ b/Build
@@ -19,24 +19,6 @@ package "builder"
                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";
@@ -53,9 +35,6 @@ package "builder"
        {
                source "source/lib";
                use "builtintools";
-               use "gnutools";
-               use "clangtools";
-               use "msvctools";
                use "androidtools";
                use "datatools";
                build_info
@@ -84,6 +63,24 @@ package "builder"
                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";