X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=06545dc50a21490049519164b0f194ce3edb1c74;hp=eb16f4b8e9cef640c62008d8749ed8dc8406c0fd;hb=b42ed73a1b241c0e93ee03c43c4584b41c549bac;hpb=5b1368cb791cab043f0435628cacbaff36e39b7b diff --git a/Build b/Build index eb16f4b..06545dc 100644 --- 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"; }; };