]> git.tdb.fi Git - libs/gl.git/blobdiff - Build
Rearrange soucre files into subdirectories
[libs/gl.git] / Build
diff --git a/Build b/Build
index 87da59f5fe6726d5db821e6f283e736eb6c958d5..f193a780a224a2c5cde340fb10424705460f7710 100644 (file)
--- a/Build
+++ b/Build
@@ -41,15 +41,39 @@ package "mspgl"
 
        library "mspgl"
        {
-               source "source";
+               source "source/core";
+               source "source/materials";
+               source "source/render";
+               source "source/effects";
+               source "source/animation";
+               source "source/resources";
+               source "source/glsl";
+               source "source/builders";
                source "extensions";
                source "shaderlib";
+               build_info
+               {
+                       incpath "source/core";
+                       incpath "source/materials";
+                       incpath "source/render";
+                       incpath "source/effects";
+                       incpath "source/animation";
+                       incpath "source/resources";
+                       incpath "source/glsl";
+                       incpath "source/builders";
+               };
                install true;
                install_map
                {
-                       map "source" "include/msp/gl";
+                       map "source/core" "include/msp/gl";
+                       map "source/materials" "include/msp/gl";
+                       map "source/render" "include/msp/gl";
+                       map "source/effects" "include/msp/gl";
+                       map "source/animation" "include/msp/gl";
+                       map "source/resources" "include/msp/gl";
+                       map "source/glsl" "include/msp/gl";
+                       map "source/builders" "include/msp/gl";
                        map "extensions" "include/msp/gl/extensions";
-                       map "shaderlib" "include/msp/gl/resources";
                };
        };