]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Add types.h
[libs/core.git] / Build
diff --git a/Build b/Build
index b7d5d5b717a2155036d4301e27a8a01b41effaac..03dc8d22c3625eef39df51cc42ba98003c4203c9 100644 (file)
--- 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;
+       };
 };