X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=715969236ad3c787f34602b0d997ff9ba57bcddb;hb=c6c4fc39952e372eba1f44f2bc504428140f3d0e;hp=46a9b2eb06c37da3bb1b34d0aab39d49d03d7895;hpb=b8b06a0ff96763ba7e188d9fcacbd8c0e3dcd515;p=libs%2Fgl.git diff --git a/Build b/Build index 46a9b2eb..71596923 100644 --- a/Build +++ b/Build @@ -2,19 +2,37 @@ package "mspgl" { - version "0.9"; - description "C++ wrappers for OpenGL"; - - tar_file "License.txt"; + version "1.1"; + description "Lightweight C++/OpenGL graphics engine"; require "mspdatafile"; require "mspgbase"; require "opengl"; + headers "msp/gl" + { + source "source"; + install true; + }; + library "mspgl" { source "source"; install true; - install_headers "msp/gl"; + }; + + program "mesh2c" + { + source "mesh2c.cpp"; + build_info + { + library "mspgl"; + }; + }; + + tarball "@src" + { + source "License.txt"; + source "Changelog.txt"; }; };