X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=Build;h=c7f5b33f4295cf083e91e947d8fa5ca0d22d6e0b;hp=829b15f5d87f331f12bf9800df6513553cd2a692;hb=dfc3ae3071a0c3a3c5b60e476c366b36c839d37d;hpb=c7b4f16ba8467835d7a0100c722d653efbc00a94 diff --git a/Build b/Build index 829b15f5..c7f5b33f 100644 --- a/Build +++ b/Build @@ -2,22 +2,16 @@ package "mspgl" { - description "C++ wrappers for OpenGL"; - version "0.1"; + version "1.0"; + description "Lightweight C++/OpenGL graphics engine"; + + tar_file "License.txt"; + tar_file "Changelog.txt"; require "mspdatafile"; + require "mspgbase"; require "opengl"; - feature "devil" "Include DevIL support for loading image files"; - if "with_devil" - { - require "devil"; - build_info - { - library "ILU"; - }; - }; - library "mspgl" { source "source";