]> git.tdb.fi Git - libs/gltk.git/blobdiff - Build
Change Style so it doesn't need a special loading function
[libs/gltk.git] / Build
diff --git a/Build b/Build
index 8413be4c02467ee579bea2601ec2edb91218a376..2b18545252c674c03aefbcfb8b275e92d42c629f 100644 (file)
--- 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";