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