X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=Build;h=fb571b0c085f7665ed579412623d715f6e87fdbb;hp=02f502b4e892532e918f79139fc11fb17c4b141b;hb=143fed36e93eaa54345dbc5f66cc09e0f6be0519;hpb=c1b0303f65ee966a973197cbdbf177c571478674 diff --git a/Build b/Build index 02f502b4..fb571b0c 100644 --- a/Build +++ b/Build @@ -32,6 +32,8 @@ package "mspgl" generate "RES" { in_suffix ".glsl"; + in_suffix ".samp"; + in_suffix ".mesh"; out_suffix ".cpp"; command "mspdatatool"; arguments "-i" "-n" "Msp::GL"; @@ -50,6 +52,7 @@ package "mspgl" source "source/glsl"; source "source/builders"; source "extensions"; + source "builtin_data"; source "shaderlib"; build_info { @@ -91,6 +94,12 @@ package "mspgl" use "mspgl"; }; + program "glslcompiler" + { + source "tools/glslcompiler.cpp"; + use "mspgl"; + }; + source_tarball { source "License.txt";