/* $Id$ */ package "mspcore" { version "0.1"; description "Mikkosoft Productions core library"; require "sigc++-2.0"; if "arch!=win32" { build_info { library "pthread"; library "dl"; }; }; feature "exception_backtrace" "Generate a backtrace when an exception is thrown."; headers "core" { source "source/core"; install_headers "msp/core"; }; headers "time" { source "source/time"; install_headers "msp/time"; }; headers "debug" { source "source/debug"; install_headers "msp/debug"; }; library "mspcore" { source "source/core"; source "source/debug"; source "source/time"; install true; }; };