]> git.tdb.fi Git - libs/gltk.git/blobdiff - Build
Bump version to 1.1
[libs/gltk.git] / Build
diff --git a/Build b/Build
index 637801ed587d305cdbc852b6762d8d04b89ddc6f..8413be4c02467ee579bea2601ec2edb91218a376 100644 (file)
--- a/Build
+++ b/Build
@@ -2,19 +2,37 @@
 
 package "mspgltk"
 {
-       version "0.9";
+       version "1.1";
        description "OpenGL-based widget toolkit";
 
-       tar_file "License.txt";
-
        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";
        };
 };