X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=e68abea116a842c0bf562d9194db0234ade3c915;hb=1238b80d08c1983dfa8914f78b294cd44b1a275b;hp=338611954e8895141c2d05f90761d77c71302709;hpb=77d8b98374ab07be0d14c9c88502c6a803041040;p=libs%2Fgui.git diff --git a/Build b/Build index 3386119..e68abea 100644 --- a/Build +++ b/Build @@ -8,11 +8,10 @@ package "mspgbase" require "mspcore"; require "mspstrings"; require "sigc++-2.0"; - // The OpenGL stuff is hackish, but only way to do it right now + require "opengl"; if "arch!=win32" { require "xlib"; - require "opengl"; build_info { library "Xxf86vm"; @@ -22,15 +21,26 @@ package "mspgbase" { build_info { - library "opengl32"; library "gdi32"; }; }; + headers "gbase" + { + source "source/gbase"; + install_headers "msp/gbase"; + }; + + headers "input" + { + source "source/input"; + install_headers "msp/input"; + }; + library "mspgbase" { - source "source"; + source "source/gbase"; + source "source/input"; install true; - install_headers "msp/gbase"; }; };