X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=307ebbf8f757c0a3715de655d8df6f40395f1c30;hb=32539688068fad9614291159b069da10ead10f47;hp=637801ed587d305cdbc852b6762d8d04b89ddc6f;hpb=773944863eb52a4d975edcbbb4c7897d2b74fba0;p=libs%2Fgltk.git diff --git a/Build b/Build index 637801e..307ebbf 100644 --- a/Build +++ b/Build @@ -1,20 +1,35 @@ -/* $Id$ */ - package "mspgltk" { - version "0.9"; + version "2.0"; description "OpenGL-based widget toolkit"; - tar_file "License.txt"; - require "mspgl"; - require "mspgbase"; - require "mspfs"; + 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"; }; };