X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=f0abdf8e2f4c1c7a4e61ec2a3034cb0eae2bc3a4;hb=54b22ff744391e49e5a402acb98c0c3bdd0031a7;hp=7e98f4c724343e4cad002181e5f4ffcb4ae02976;hpb=e77c027ce8efb5dafd93bdd0f77504218a955665;p=libs%2Fgl.git diff --git a/Build b/Build index 7e98f4c7..f0abdf8e 100644 --- a/Build +++ b/Build @@ -21,6 +21,25 @@ package "mspgl" install true; }; + program "mesh2c" + { + source "mesh2c.cpp"; + build_info + { + library "mspgl"; + }; + }; + + program "viewer" + { + source "viewer.cpp"; + require "mspfs"; + build_info + { + library "mspgl"; + }; + }; + tarball "@src" { source "License.txt";