X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=d7b5541476bd817544e650a56b8779111c7b4271;hp=688fe615fe70b98e709894345dcd837b265472d7;hb=9369de52faf6745dfedaed19b96ed4b4c13b2a72;hpb=f3afcce30a6213fedba4330a5c0b1edc5b528b70 diff --git a/Build b/Build index 688fe61..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" @@ -16,8 +22,15 @@ package "mspstrings" source "grep.cpp"; build_info { - incpath "source"; - libpath "."; + library "mspstrings"; + }; + }; + + program "transcode" + { + source "transcode.cpp"; + build_info + { library "mspstrings"; }; };