X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=810880346774ca546a57a848b1be3c19aeeafa1a;hp=fb10fd448ee77676890b733a5553d3c61e5763e3;hb=44da9fc9afb6b7e49c1558c5572213a1e6f401e8;hpb=211c503e709ffa8bec7b71b8004ecdeadf776c4c diff --git a/Build b/Build index fb10fd4..8108803 100644 --- a/Build +++ b/Build @@ -1,12 +1,13 @@ package "mspcore" { - version "2.0"; + version "3.0"; description "Mikkosoft Productions core library"; require "sigc++-2.0"; build_info { threads true; + standard CXX "c++11"; }; if_arch "linux" { @@ -24,6 +25,14 @@ package "mspcore" }; }; + if_arch "darwin" + { + build_info + { + library "Foundation.framework"; + }; + }; + feature "zlib" "Support compression with zlib" { default "yes"; @@ -33,6 +42,8 @@ package "mspcore" require "zlib"; }; + feature "exception_trace" "Support exception backtraces"; + library "mspcore" { source "source/core"; @@ -62,6 +73,7 @@ package "mspcore" { overlay "unix"; }; + overlay "generic"; install true; install_map {