X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=d7b5541476bd817544e650a56b8779111c7b4271;hp=63ccdf9f16935bf3952be945eff231a9b7967393;hb=9369de52faf6745dfedaed19b96ed4b4c13b2a72;hpb=f47bc86e6ce900c5323e593db003c93110538268 diff --git a/Build b/Build index 63ccdf9..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,6 @@ package "mspstrings" source "grep.cpp"; build_info { - incpath "source"; - libpath "."; library "mspstrings"; }; }; @@ -27,8 +31,6 @@ package "mspstrings" source "transcode.cpp"; build_info { - incpath "source"; - libpath "."; library "mspstrings"; }; };