]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Merge branch 'strings-master'
[libs/core.git] / Build
diff --git a/Build b/Build
index 359f6b197204d1a63489e221ace0c36cb27ac1f3..e1f3fd7dc5bffe5140a0bf7449ce1d11716ff788 100644 (file)
--- a/Build
+++ b/Build
@@ -41,16 +41,49 @@ package "mspcore"
                install true;
        };
 
+       headers "msp/strings"
+       {
+               source "source/strings";
+               install true;
+       };
+
+       headers "msp/stringcodec"
+       {
+               source "source/stringcodec";
+               install true;
+       };
+
        library "mspcore"
        {
                source "source/core";
                source "source/debug";
                source "source/time";
+               source "source/strings";
+               source "source/stringcodec";
                install true;
        };
 
+       program "grep"
+       {
+               source "grep.cpp";
+               build_info
+               {
+                       library "mspcore";
+               };
+       };
+
+       program "transcode"
+       {
+               source "transcode.cpp";
+               build_info
+               {
+                       library "mspcore";
+               };
+       };
+
        tarball "@src"
        {
                source "License.txt";
+               source "source/stringcodec/jisx0208.table";
        };
 };