From: Mikko Rasa Date: Wed, 21 Nov 2012 10:03:55 +0000 (+0200) Subject: Update Build file with new library names and new features X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=8352d5f2590cfcb09e92854be211399105408c4d;p=libs%2Fgltk.git Update Build file with new library names and new features --- diff --git a/Build b/Build index 85e44f7..090f15c 100644 --- a/Build +++ b/Build @@ -4,8 +4,8 @@ package "mspgltk" description "OpenGL-based widget toolkit"; require "mspgl"; - require "mspgbase"; - require "mspfs"; + require "mspgui"; + require "mspcore"; headers "msp/gltk" { @@ -17,6 +17,10 @@ package "mspgltk" { source "source"; install true; + install_map + { + map "source" "include/msp/gltk"; + }; }; program "helloworld" @@ -28,7 +32,7 @@ package "mspgltk" }; }; - tarball "@src" + source_tarball { source "License.txt"; source "Changelog.txt";