]> git.tdb.fi Git - libs/gl.git/blobdiff - Build
Update Build file for new Builder features
[libs/gl.git] / Build
diff --git a/Build b/Build
index be79a976edd6eeb3394f4392b573d610397a07a7..24e767ac690546d31bf2547777b5dfb850027363 100644 (file)
--- a/Build
+++ b/Build
@@ -8,16 +8,14 @@ package "mspgl"
        require "mspgui";
        require "opengl";
 
-       headers "msp/gl"
-       {
-               source "source";
-               install true;
-       };
-
        library "mspgl"
        {
                source "source";
                install true;
+               install_map
+               {
+                       map "source" "include/msp/gl";
+               };
        };
 
        program "mesh2c"
@@ -56,7 +54,7 @@ package "mspgl"
                };
        };
 
-       tarball "@src"
+       source_tarball
        {
                source "License.txt";
                source "Changelog.txt";