X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=2b18545252c674c03aefbcfb8b275e92d42c629f;hb=d9d787503ae41842309f74a2eabc5b848abe1f22;hp=8413be4c02467ee579bea2601ec2edb91218a376;hpb=47055434849845896251ebbca9c36d220e0d6ae4;p=libs%2Fgltk.git diff --git a/Build b/Build index 8413be4..2b18545 100644 --- a/Build +++ b/Build @@ -1,24 +1,21 @@ -/* $Id$ */ - package "mspgltk" { version "1.1"; description "OpenGL-based widget toolkit"; require "mspgl"; - require "mspgbase"; - require "mspfs"; - - headers "msp/gltk" - { - source "source"; - install true; - }; + require "mspgui"; + require "mspcore"; + require "mspdatafile"; library "mspgltk" { source "source"; install true; + install_map + { + map "source" "include/msp/gltk"; + }; }; program "helloworld" @@ -30,7 +27,7 @@ package "mspgltk" }; }; - tarball "@src" + source_tarball { source "License.txt"; source "Changelog.txt";