]> git.tdb.fi Git - libs/gltk.git/blobdiff - Build
Rename the basic skin to encourage reusability
[libs/gltk.git] / Build
diff --git a/Build b/Build
index 45a22cb627e87d33ee99119c8034f4328d597d1a..5f02b616d90dcb17731ee29f3337172052e91c5d 100644 (file)
--- a/Build
+++ b/Build
@@ -1,6 +1,15 @@
+/* $Id$ */
+
 package "mspgltk"
 {
+       version "0.9";
+       description "OpenGL-based widget toolkit";
+
+       tar_file "License.txt";
+
        require "mspgl";
+       require "mspgbase";
+       require "mspfs";
 
        library "mspgltk"
        {
@@ -8,4 +17,13 @@ package "mspgltk"
                install true;
                install_headers "msp/gltk";
        };
+
+       program "helloworld"
+       {
+               source "helloworld.cpp";
+               build_info
+               {
+                       library "mspgltk";
+               };
+       };
 };