]> git.tdb.fi Git - libs/gl.git/blobdiff - Build
Version bump; compatibility was lost weeks ago
[libs/gl.git] / Build
diff --git a/Build b/Build
index 24e767ac690546d31bf2547777b5dfb850027363..7b64dde536c62abed41f022938407f56bf71fa84 100644 (file)
--- a/Build
+++ b/Build
@@ -1,6 +1,6 @@
 package "mspgl"
 {
-       version "1.1";
+       version "2.0";
        description "Lightweight C++/OpenGL graphics engine";
 
        require "mspcore";
@@ -54,6 +54,24 @@ package "mspgl"
                };
        };
 
+       program "cubemap"
+       {
+               source "demos/cubemap.cpp";
+               build_info
+               {
+                       library "mspgl";
+               };
+       };
+
+       program "desertpillars"
+       {
+               source "demos/desertpillars.cpp";
+               build_info
+               {
+                       library "mspgl";
+               };
+       };
+
        source_tarball
        {
                source "License.txt";