]> git.tdb.fi Git - libs/gltk.git/blobdiff - Build
Prevent problems if a button press handler throws
[libs/gltk.git] / Build
diff --git a/Build b/Build
index 9ee98b93c0894ffafcc31e339ff594f5d5d8c264..655d3c156b70e55583b6fa0547e030ee36693dc5 100644 (file)
--- a/Build
+++ b/Build
@@ -2,6 +2,12 @@
 
 package "mspgltk"
 {
+       version "1.0";
+       description "OpenGL-based widget toolkit";
+
+       tar_file "License.txt";
+       tar_file "Changelog.txt";
+
        require "mspgl";
        require "mspgbase";
        require "mspfs";
@@ -12,4 +18,13 @@ package "mspgltk"
                install true;
                install_headers "msp/gltk";
        };
+
+       program "helloworld"
+       {
+               source "helloworld.cpp";
+               build_info
+               {
+                       library "mspgltk";
+               };
+       };
 };