X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=37e2ef7df93466310bd0d14303f61b71fe9e37c4;hb=a4ec5410595ddf37bfbc0e85ad87d31a9cbf94f1;hp=63c10cd8a7861422c94326564fd6296705fc27b1;hpb=f098a871fc6dc7b61a5aca5581fa327e4124c036;p=libs%2Fgl.git diff --git a/Build b/Build index 63c10cd8..37e2ef7d 100644 --- a/Build +++ b/Build @@ -5,9 +5,24 @@ package "mspgl" description "C++ wrappers for OpenGL"; version "0.1"; - require "opengl"; - require "mspparser"; - require "libpng"; + // 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 + { + library "ILU"; + }; library "mspgl" {