X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=Build;h=7e98f4c724343e4cad002181e5f4ffcb4ae02976;hp=37e2ef7df93466310bd0d14303f61b71fe9e37c4;hb=e77c027ce8efb5dafd93bdd0f77504218a955665;hpb=a4ec5410595ddf37bfbc0e85ad87d31a9cbf94f1 diff --git a/Build b/Build index 37e2ef7d..7e98f4c7 100644 --- a/Build +++ b/Build @@ -2,32 +2,28 @@ package "mspgl" { - description "C++ wrappers for OpenGL"; - version "0.1"; + version "1.1"; + description "Lightweight C++/OpenGL graphics engine"; - // A bit of a hack until I get something better in builder - if "arch!=win32" - { - require "opengl"; - }; - if "arch=win32" - { - build_info - { - library "opengl32"; - }; - }; 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"; + }; + + tarball "@src" + { + source "License.txt"; + source "Changelog.txt"; }; };