]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Add Debug::Profiler
[libs/core.git] / Build
diff --git a/Build b/Build
index b7d5d5b717a2155036d4301e27a8a01b41effaac..d7dfac8dfb1ad5c98b4af54c5bf00937de80adaa 100644 (file)
--- a/Build
+++ b/Build
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 package "mspcore"
 {
        version "0.1";
@@ -7,18 +9,14 @@ package "mspcore"
        if "arch!=win32"
        {
                require "pthread";
+               build_info
+               {
+                       library "dl";
+               };
        };
 
        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 +34,12 @@ package "mspcore"
                source "source/debug";
                install_headers "msp/debug";
        };
+
+       library "mspcore"
+       {
+               source "source/core";
+               source "source/debug";
+               source "source/time";
+               install true;
+       };
 };