X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=810880346774ca546a57a848b1be3c19aeeafa1a;hp=12e3114909efbd16356a498602d166db710ddf1e;hb=31cc8f0c6e874e2417e76eda50af34fd17bcd90c;hpb=8e613903920ee006c2c84e1af5620d92fbfb8957 diff --git a/Build b/Build index 12e3114..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" { @@ -41,6 +42,8 @@ package "mspcore" require "zlib"; }; + feature "exception_trace" "Support exception backtraces"; + library "mspcore" { source "source/core";