X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=Build;fp=Build;h=59a63b4fe7421f2aaad2ba2d5de478e2616bc376;hp=83ff24df5ad332f3c0e269e4c00327d796513033;hb=a5bf02196c301faea88d54933d0586da0aadb614;hpb=7b956c7f992e37dddd279df0382c2fb94864cb73 diff --git a/Build b/Build index 83ff24df..59a63b4f 100644 --- a/Build +++ b/Build @@ -37,6 +37,24 @@ package "mspgl" }; }; + program "shaders" + { + source "demos/shaders.cpp"; + build_info + { + library "mspgl"; + }; + }; + + program "texturing" + { + source "demos/texturing.cpp"; + build_info + { + library "mspgl"; + }; + }; + tarball "@src" { source "License.txt";