X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=1321bb2760ca7c40c063e4f42caa9784b24da3a2;hp=d940f4a695ce976c886be6341c08d85ed9a5bade;hb=5c67ff04d21b2d85f6156eed3b1f05120d24a757;hpb=8a3d4f05f46bcd6dda9fc28794d4ac84d0d96f08 diff --git a/Build b/Build index d940f4a..1321bb2 100644 --- a/Build +++ b/Build @@ -1,6 +1,6 @@ package "mspcore" { - version "2.0"; + version "3.0"; description "Mikkosoft Productions core library"; require "sigc++-2.0"; @@ -24,6 +24,14 @@ package "mspcore" }; }; + if_arch "darwin" + { + build_info + { + library "Foundation.framework"; + }; + }; + feature "zlib" "Support compression with zlib" { default "yes"; @@ -33,6 +41,8 @@ package "mspcore" require "zlib"; }; + feature "exception_trace" "Support exception backtraces"; + library "mspcore" { source "source/core";