]> git.tdb.fi Git - libs/gl.git/blobdiff - Build
Add functions for setting arrays of 2x2 and 3x3 matrix uniforms
[libs/gl.git] / Build
diff --git a/Build b/Build
index fcdb63284618d3829180edbb18675b35045da118..1a4a262f3a1b6387683a4636af1beb222cae62ee 100644 (file)
--- a/Build
+++ b/Build
@@ -33,7 +33,10 @@ package "mspgl"
        {
                in_suffix ".glsl";
                out_suffix ".cpp";
-               command "scripts/resgen.py";
+               command "mspdatatool";
+               arguments "-i" "-n" "Msp::GL";
+               out_argument "-o";
+               processing_unit DIRECTORY;
        };
 
        library "mspgl"
@@ -50,12 +53,6 @@ package "mspgl"
                };
        };
 
-       program "mesh2c"
-       {
-               source "tools/mesh2c.cpp";
-               use "mspgl";
-       };
-
        program "viewer"
        {
                source "tools/viewer.cpp";