]> 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 b7bffe45fbee37e52760c9de3b138d27b2ad79e5..5f02b616d90dcb17731ee29f3337172052e91c5d 100644 (file)
--- a/Build
+++ b/Build
@@ -1,7 +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"
        {
@@ -9,4 +17,13 @@ package "mspgltk"
                install true;
                install_headers "msp/gltk";
        };
+
+       program "helloworld"
+       {
+               source "helloworld.cpp";
+               build_info
+               {
+                       library "mspgltk";
+               };
+       };
 };