X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=06545dc50a21490049519164b0f194ce3edb1c74;hp=d7b5541476bd817544e650a56b8779111c7b4271;hb=refs%2Fheads%2Fstrings-master;hpb=67df96d5dfae4caacb6f096c308e3a672caa6b14 diff --git a/Build b/Build index d7b5541..06545dc 100644 --- a/Build +++ b/Build @@ -2,19 +2,28 @@ package "mspstrings" { - version "1.0"; + version "1.1"; description "String utilities library"; - tar_file "License.txt"; - tar_file "source/jisx0208.table"; - require "mspcore"; + headers "msp/strings" + { + 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; - install_headers "msp/strings"; }; program "grep" @@ -34,4 +43,10 @@ package "mspstrings" library "mspstrings"; }; }; + + tarball "@src" + { + source "License.txt"; + source "source/stringcodec/jisx0208.table"; + }; };