X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=fb571b0c085f7665ed579412623d715f6e87fdbb;hb=a8383f1163cd020e2ce2c030e93defd2f9909a1d;hp=f193a780a224a2c5cde340fb10424705460f7710;hpb=7aaec9a70b8d7733429bec043f8e33e02956f266;p=libs%2Fgl.git diff --git a/Build b/Build index f193a780..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,16 +52,17 @@ package "mspgl" source "source/glsl"; source "source/builders"; source "extensions"; + source "builtin_data"; 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 +74,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"; }; @@ -91,6 +94,12 @@ package "mspgl" use "mspgl"; }; + program "glslcompiler" + { + source "tools/glslcompiler.cpp"; + use "mspgl"; + }; + source_tarball { source "License.txt";