]> git.tdb.fi Git - libs/gl.git/blobdiff - Build
Move the GLSL compiler entirely in its own namespace
[libs/gl.git] / Build
diff --git a/Build b/Build
index f193a780a224a2c5cde340fb10424705460f7710..02f502b4e892532e918f79139fc11fb17c4b141b 100644 (file)
--- a/Build
+++ b/Build
@@ -53,13 +53,13 @@ package "mspgl"
                source "shaderlib";
                build_info
                {
+                       incpath "source";
                        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;
@@ -71,7 +71,7 @@ package "mspgl"
                        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/glsl" "include/msp/gl/glsl";
                        map "source/builders" "include/msp/gl";
                        map "extensions" "include/msp/gl/extensions";
                };