X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=0f29bb238b49fc49a13b2f595b335fcb9d0fac00;hb=e00c4dcafe0cce456719cc340b3fc2ae8fa403c8;hp=79b8cbca0287cf3e640d21a5646c77af84a95fde;hpb=0a2bfe5ca85a0d0b362e65ff58986f25263c0e93;p=libs%2Fgui.git diff --git a/Build b/Build index 79b8cbc..0f29bb2 100644 --- a/Build +++ b/Build @@ -1,4 +1,4 @@ -package "mspgbase" +package "mspgui" { version "1.1"; description "Base graphics and input library"; @@ -50,9 +50,9 @@ package "mspgbase" }; }; - headers "msp/gbase" + headers "msp/graphics" { - source "source/gbase"; + source "source/graphics"; install true; }; @@ -62,13 +62,22 @@ package "mspgbase" install true; }; - library "mspgbase" + library "mspgui" { - source "source/gbase"; + source "source/graphics"; source "source/input"; install true; }; + program "ev" + { + source "examples/ev.cpp"; + build_info + { + library "mspgui"; + }; + }; + tarball "@src" { source "License.txt";