X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=03dc8d22c3625eef39df51cc42ba98003c4203c9;hp=b7d5d5b717a2155036d4301e27a8a01b41effaac;hb=f6147f00575bdf6e6b53c2ab81161f5f73d0ab84;hpb=015d9ccbae576049e392b4dbc3017e00d8df3c49 diff --git a/Build b/Build index b7d5d5b..03dc8d2 100644 --- a/Build +++ b/Build @@ -11,14 +11,6 @@ package "mspcore" feature "exception_backtrace" "Generate a backtrace when an exception is thrown."; - library "mspcore" - { - source "source/core"; - source "source/debug"; - source "source/time"; - install true; - }; - headers "core" { source "source/core"; @@ -36,4 +28,12 @@ package "mspcore" source "source/debug"; install_headers "msp/debug"; }; + + library "mspcore" + { + source "source/core"; + source "source/debug"; + source "source/time"; + install true; + }; };