X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=f7385bedfb2568deb6abbd0ca20a6a108325bf65;hb=41a17ae9a2baa2cafacfc467acc87463d790c09b;hp=837d2a2b9ded68f9796ee0b524d163308d9cbf86;hpb=41fa4483d8f017175800992d8fdacd7ee312d0c3;p=libs%2Fgame.git diff --git a/Build b/Build index 837d2a2..f7385be 100644 --- a/Build +++ b/Build @@ -5,6 +5,7 @@ package "mspgame" require "mspcore"; require "mspdatafile"; require "mspmath"; + require "sigc++-2.0"; build_info { @@ -20,4 +21,34 @@ package "mspgame" map "source" "include/msp"; }; }; + + library "mspgameview" + { + source "source/gameview"; + use "mspgame"; + require "mspgui"; + require "mspgl"; + install true; + install_map + { + map "source" "include/msp"; + }; + }; + + program "mspgame-setupgen" + { + source "tools/setupgen"; + install true; + }; + + module "builder-gametools" + { + source "tools/builder-plugin"; + require "builder"; + install true; + install_map + { + map "." "lib/builder"; + }; + }; };