]> git.tdb.fi Git - libs/game.git/blobdiff - Build
Create a builder plugin for the setup generator tool
[libs/game.git] / Build
diff --git a/Build b/Build
index 7548a1a1e678eccf3e3d7c48fac384875edbc960..f7385bedfb2568deb6abbd0ca20a6a108325bf65 100644 (file)
--- a/Build
+++ b/Build
@@ -40,4 +40,15 @@ package "mspgame"
                source "tools/setupgen";
                install true;
        };
+
+       module "builder-gametools"
+       {
+               source "tools/builder-plugin";
+               require "builder";
+               install true;
+               install_map
+               {
+                       map "." "lib/builder";
+               };
+       };
 };