]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Move files around to prepare for assimilation into core
[libs/core.git] / Build
diff --git a/Build b/Build
index eb16f4b8e9cef640c62008d8749ed8dc8406c0fd..06545dc50a21490049519164b0f194ce3edb1c74 100644 (file)
--- a/Build
+++ b/Build
@@ -9,13 +9,20 @@ package "mspstrings"
 
        headers "msp/strings"
        {
-               source "source";
+               source "source/strings";
+               install true;
+       };
+
+       headers "msp/stringcodec"
+       {
+               source "source/stringcodec";
                install true;
        };
 
        library "mspstrings"
        {
-               source "source";
+               source "source/strings";
+               source "source/stringcodec";
                install true;
        };
 
@@ -40,6 +47,6 @@ package "mspstrings"
        tarball "@src"
        {
                source "License.txt";
-               source "source/jisx0208.table";
+               source "source/stringcodec/jisx0208.table";
        };
 };