X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=15fb6f7d2ebed10c1bed9f1f1100ecd45e96bdf7;hb=f298027c2042b63cec903c98dfc97e792a4f923f;hp=837d2a2b9ded68f9796ee0b524d163308d9cbf86;hpb=38ffef0320a70909f3e13e9681e4720352e440aa;p=libs%2Fgame.git diff --git a/Build b/Build index 837d2a2..15fb6f7 100644 --- a/Build +++ b/Build @@ -5,6 +5,9 @@ package "mspgame" require "mspcore"; require "mspdatafile"; require "mspmath"; + require "mspgui"; + require "mspgl"; + require "sigc++-2.0"; build_info { @@ -20,4 +23,15 @@ package "mspgame" map "source" "include/msp"; }; }; + + library "mspgameview" + { + source "source/gameview"; + use "mspgame"; + install true; + install_map + { + map "source" "include/msp"; + }; + }; };