X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;fp=Build;h=f7385bedfb2568deb6abbd0ca20a6a108325bf65;hb=bb1c22d58cc71e68555a144ac884137c775ef427;hp=7548a1a1e678eccf3e3d7c48fac384875edbc960;hpb=dc90919dcc6519c7611ff7f8f6b7c22876e2fc13;p=libs%2Fgame.git diff --git a/Build b/Build index 7548a1a..f7385be 100644 --- 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"; + }; + }; };