X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=d7b5541476bd817544e650a56b8779111c7b4271;hp=8a7d481ee334aec0c03e8d4198492a1b61695448;hb=9369de52faf6745dfedaed19b96ed4b4c13b2a72;hpb=220e73f799b5c5fb49d4c6bd4e1ae6b2fbd8388b diff --git a/Build b/Build index 8a7d481..d7b5541 100644 --- a/Build +++ b/Build @@ -2,6 +2,12 @@ package "mspstrings" { + 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"; + }; + }; };