]> 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 a70e9ac90bb1d5871c9cdcf5ec9edd21868db08d..83ff24df5ad332f3c0e269e4c00327d796513033 100644 (file)
--- a/Build
+++ b/Build
@@ -1,18 +1,45 @@
-/* $Id$ */
-
 package "mspgl"
 {
-       description "C++ wrappers for OpenGL";
-       version "0.1";
+       version "1.1";
+       description "Lightweight C++/OpenGL graphics engine";
 
-       require "opengl";
        require "mspdatafile";
-       require "libpng";
+       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";
        };
 };