]> git.tdb.fi Git - libs/gl.git/blobdiff - Build
Require mspgbase now that Image was moved there
[libs/gl.git] / Build
diff --git a/Build b/Build
index cc0de245bd23b79f129703c769d0b6cd5a16ae0d..46a9b2eb06c37da3bb1b34d0aab39d49d03d7895 100644 (file)
--- a/Build
+++ b/Build
@@ -2,32 +2,14 @@
 
 package "mspgl"
 {
+       version "0.9";
        description "C++ wrappers for OpenGL";
-       version "0.1";
 
-       feature "devil" "Include DevIL support for loading image files";
+       tar_file "License.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"
        {