X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=4542ae5f33a241edcd40ec36ca459208480d789b;hp=b7d5d5b717a2155036d4301e27a8a01b41effaac;hb=7d8e623512c2cf33eef000cf99af97386dfe6d59;hpb=9e8e96c9e98e4aed3713ca09011aebafc9f62f87 diff --git a/Build b/Build index b7d5d5b..4542ae5 100644 --- a/Build +++ b/Build @@ -1,3 +1,5 @@ +/* $Id$ */ + package "mspcore" { version "0.1"; @@ -6,19 +8,15 @@ package "mspcore" require "sigc++-2.0"; if "arch!=win32" { - require "pthread"; + build_info + { + library "pthread"; + 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; + }; };