X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=d7b5541476bd817544e650a56b8779111c7b4271;hp=3ad1eda961bd48fd41a27f35430440cbd1130b62;hb=9369de52faf6745dfedaed19b96ed4b4c13b2a72;hpb=9da6abdcabec59f4845da256a8ad75a810ed1589 diff --git a/Build b/Build index 3ad1eda..d7b5541 100644 --- a/Build +++ b/Build @@ -2,7 +2,13 @@ package "mspstrings" { - require "mspmisc"; + version "1.0"; + description "String utilities library"; + + tar_file "License.txt"; + tar_file "source/jisx0208.table"; + + require "mspcore"; library "mspstrings" { @@ -10,4 +16,22 @@ package "mspstrings" install true; install_headers "msp/strings"; }; + + program "grep" + { + source "grep.cpp"; + build_info + { + library "mspstrings"; + }; + }; + + program "transcode" + { + source "transcode.cpp"; + build_info + { + library "mspstrings"; + }; + }; };