X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=d7dfac8dfb1ad5c98b4af54c5bf00937de80adaa;hp=b7d5d5b717a2155036d4301e27a8a01b41effaac;hb=e7638f74d3e4869020a19dfa1cc700d52373f01c;hpb=9e8e96c9e98e4aed3713ca09011aebafc9f62f87 diff --git a/Build b/Build index b7d5d5b..d7dfac8 100644 --- a/Build +++ b/Build @@ -1,3 +1,5 @@ +/* $Id$ */ + package "mspcore" { version "0.1"; @@ -7,18 +9,14 @@ package "mspcore" if "arch!=win32" { require "pthread"; + build_info + { + library "dl"; + }; }; feature "exception_backtrace" "Generate a backtrace when an exception is thrown."; - library "mspcore" - { - source "source/core"; - source "source/debug"; - source "source/time"; - install true; - }; - headers "core" { source "source/core"; @@ -36,4 +34,12 @@ package "mspcore" source "source/debug"; install_headers "msp/debug"; }; + + library "mspcore" + { + source "source/core"; + source "source/debug"; + source "source/time"; + install true; + }; };