X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=c7f5b33f4295cf083e91e947d8fa5ca0d22d6e0b;hb=41339bc44d076569c680b2c24c75b30ef1254c1b;hp=cc0de245bd23b79f129703c769d0b6cd5a16ae0d;hpb=d1800d7ea80290f4913d0203241cef1409656522;p=libs%2Fgl.git diff --git a/Build b/Build index cc0de245..c7f5b33f 100644 --- a/Build +++ b/Build @@ -2,32 +2,15 @@ package "mspgl" { - description "C++ wrappers for OpenGL"; - version "0.1"; + version "1.0"; + description "Lightweight C++/OpenGL graphics engine"; - feature "devil" "Include DevIL support for loading image files"; + tar_file "License.txt"; + tar_file "Changelog.txt"; - // 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"; - if "with_devil" - { - require "devil"; - build_info - { - library "ILU"; - }; - }; + require "mspgbase"; + require "opengl"; library "mspgl" {