X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=307ebbf8f757c0a3715de655d8df6f40395f1c30;hb=baa066405c5a9e6a34ce5df962bcce7e7e8d319a;hp=b7bffe45fbee37e52760c9de3b138d27b2ad79e5;hpb=131ac8ff2c06f94d40f4bf98d4a6ec0d113cdffc;p=libs%2Fgltk.git diff --git a/Build b/Build index b7bffe4..307ebbf 100644 --- a/Build +++ b/Build @@ -1,12 +1,35 @@ package "mspgltk" { + version "2.0"; + description "OpenGL-based widget toolkit"; + require "mspgl"; - require "mspgbase"; + require "mspgui"; + require "mspcore"; + require "mspdatafile"; library "mspgltk" { source "source"; install true; - install_headers "msp/gltk"; + install_map + { + map "source" "include/msp/gltk"; + }; + }; + + program "helloworld" + { + source "helloworld.cpp"; + build_info + { + library "mspgltk"; + }; + }; + + source_tarball + { + source "License.txt"; + source "Changelog.txt"; }; };