/* $Id$ */ package "mspgbase" { description "Mikkosoft Productions graphics base library"; version "0.0"; require "mspcore"; require "sigc++-2.0"; // The OpenGL stuff is hackish, but only way to do it right now if "arch!=win32" { require "xlib"; require "opengl"; build_info { library "Xxf86vm"; }; }; if "arch=win32" { build_info { library "opengl32"; library "gdi32"; }; }; library "mspgbase" { source "source"; install true; install_headers "msp/gbase"; }; };