/* $Id$ */ package "mspgbase" { description "Mikkosoft Productions graphics base library"; version "0.0"; require "mspcore"; require "mspstrings"; require "sigc++-2.0"; require "opengl"; if "arch!=win32" { require "xlib"; build_info { library "Xxf86vm"; }; }; if "arch=win32" { build_info { library "gdi32"; }; }; headers "gbase" { source "source/gbase"; install_headers "msp/gbase"; }; headers "input" { source "source/input"; install_headers "msp/input"; }; library "mspgbase" { source "source/gbase"; source "source/input"; install true; }; };