]> git.tdb.fi Git - libs/gltk.git/blobdiff - Build
Add a constructor to Resources that loads a datafile
[libs/gltk.git] / Build
diff --git a/Build b/Build
index 9ee98b93c0894ffafcc31e339ff594f5d5d8c264..8413be4c02467ee579bea2601ec2edb91218a376 100644 (file)
--- a/Build
+++ b/Build
@@ -2,14 +2,37 @@
 
 package "mspgltk"
 {
+       version "1.1";
+       description "OpenGL-based widget toolkit";
+
        require "mspgl";
        require "mspgbase";
        require "mspfs";
 
+       headers "msp/gltk"
+       {
+               source "source";
+               install true;
+       };
+
        library "mspgltk"
        {
                source "source";
                install true;
-               install_headers "msp/gltk";
+       };
+
+       program "helloworld"
+       {
+               source "helloworld.cpp";
+               build_info
+               {
+                       library "mspgltk";
+               };
+       };
+
+       tarball "@src"
+       {
+               source "License.txt";
+               source "Changelog.txt";
        };
 };