X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=Build;h=c40bc4ff796868e48e0f0b055f59917684301371;hb=26c74ed90f3e6c8f8df512b398026530b65f5e55;hp=03dc8d22c3625eef39df51cc42ba98003c4203c9;hpb=f6147f00575bdf6e6b53c2ab81161f5f73d0ab84;p=libs%2Fcore.git diff --git a/Build b/Build index 03dc8d2..c40bc4f 100644 --- a/Build +++ b/Build @@ -1,12 +1,20 @@ +/* $Id$ */ + package "mspcore" { - version "0.1"; + version "1.0"; description "Mikkosoft Productions core library"; + tar_file "License.txt"; + 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.";