X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=Build;h=1a4a262f3a1b6387683a4636af1beb222cae62ee;hp=fcdb63284618d3829180edbb18675b35045da118;hb=56beca9d8b4f7b4edac81411d31e24df88e84ac3;hpb=859015dce969a0d9ba2bc603d6dbb2685159e393 diff --git a/Build b/Build index fcdb6328..1a4a262f 100644 --- 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";