X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=253b93b5e10b53b058deda677e632f9d9deffc72;hb=5889d53f8f073ff0e1e1ebbd786abecd8352a7b3;hp=4542ae5f33a241edcd40ec36ca459208480d789b;hpb=b68a2931b5d9d8cda445be184fcc3fa573be49d1;p=libs%2Fcore.git diff --git a/Build b/Build index 4542ae5..253b93b 100644 --- a/Build +++ b/Build @@ -2,15 +2,23 @@ package "mspcore" { - version "0.1"; + version "1.0"; description "Mikkosoft Productions core library"; + tar_file "License.txt"; + require "sigc++-2.0"; if "arch!=win32" { build_info { library "pthread"; + }; + }; + if "arch=linux" + { + build_info + { library "dl"; }; };