]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Put examples in their own directory
[libs/core.git] / Build
diff --git a/Build b/Build
index e1f3fd7dc5bffe5140a0bf7449ce1d11716ff788..318f3414df20eae3cecb296bce4be288fb5e2b19 100644 (file)
--- a/Build
+++ b/Build
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 package "mspcore"
 {
        version "1.1";
@@ -53,6 +51,18 @@ package "mspcore"
                install true;
        };
 
+       headers "msp/io"
+       {
+               source "source/io";
+               install true;
+       };
+
+       headers "msp/fs"
+       {
+               source "source/fs";
+               install true;
+       };
+
        library "mspcore"
        {
                source "source/core";
@@ -60,12 +70,14 @@ package "mspcore"
                source "source/time";
                source "source/strings";
                source "source/stringcodec";
+               source "source/io";
+               source "source/fs";
                install true;
        };
 
        program "grep"
        {
-               source "grep.cpp";
+               source "examples/grep.cpp";
                build_info
                {
                        library "mspcore";
@@ -74,7 +86,7 @@ package "mspcore"
 
        program "transcode"
        {
-               source "transcode.cpp";
+               source "examples/transcode.cpp";
                build_info
                {
                        library "mspcore";