]> git.tdb.fi Git - libs/gl.git/blobdiff - Build
Drop Id tags and copyright notices from files
[libs/gl.git] / Build
diff --git a/Build b/Build
index c7f5b33f4295cf083e91e947d8fa5ca0d22d6e0b..83ff24df5ad332f3c0e269e4c00327d796513033 100644 (file)
--- a/Build
+++ b/Build
@@ -1,21 +1,45 @@
-/* $Id$ */
-
 package "mspgl"
 {
-       version "1.0";
+       version "1.1";
        description "Lightweight C++/OpenGL graphics engine";
 
-       tar_file "License.txt";
-       tar_file "Changelog.txt";
-
        require "mspdatafile";
-       require "mspgbase";
+       require "mspgui";
        require "opengl";
 
+       headers "msp/gl"
+       {
+               source "source";
+               install true;
+       };
+
        library "mspgl"
        {
                source "source";
                install true;
-               install_headers "msp/gl";
+       };
+
+       program "mesh2c"
+       {
+               source "mesh2c.cpp";
+               build_info
+               {
+                       library "mspgl";
+               };
+       };
+
+       program "viewer"
+       {
+               source "viewer.cpp";
+               build_info
+               {
+                       library "mspgl";
+               };
+       };
+
+       tarball "@src"
+       {
+               source "License.txt";
+               source "Changelog.txt";
        };
 };