X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=715969236ad3c787f34602b0d997ff9ba57bcddb;hb=c6c4fc39952e372eba1f44f2bc504428140f3d0e;hp=b83b3c7c12c37f67140ce45ed70e2c13de3ce958;hpb=a361efc05fcad11b2918f3cd7abdebe794b131d8;p=libs%2Fgl.git diff --git a/Build b/Build index b83b3c7c..71596923 100644 --- a/Build +++ b/Build @@ -2,21 +2,37 @@ package "mspgl" { - description "C++ wrappers for OpenGL"; - version "0.1"; + version "1.1"; + description "Lightweight C++/OpenGL graphics engine"; - require "opengl"; require "mspdatafile"; - require "devil"; - build_info + require "mspgbase"; + require "opengl"; + + headers "msp/gl" { - library "ILU"; + 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"; }; };