X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=Build;h=1a4a262f3a1b6387683a4636af1beb222cae62ee;hp=fcdb63284618d3829180edbb18675b35045da118;hb=6a832fe1771f8c7bca0faa0d383fbbab062a1c56;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";