X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=e932c463b0c42c57af54f49ad888344aa1d22b62;hp=63ccdf9f16935bf3952be945eff231a9b7967393;hb=63d87aa3aa2fd255984e52baa97142cd355347ea;hpb=f47bc86e6ce900c5323e593db003c93110538268 diff --git a/Build b/Build index 63ccdf9..e932c46 100644 --- a/Build +++ b/Build @@ -2,6 +2,11 @@ package "mspstrings" { + version "1.0"; + description "String utilities library"; + + tar_file "License.txt"; + require "mspcore"; library "mspstrings" @@ -16,8 +21,6 @@ package "mspstrings" source "grep.cpp"; build_info { - incpath "source"; - libpath "."; library "mspstrings"; }; }; @@ -27,8 +30,6 @@ package "mspstrings" source "transcode.cpp"; build_info { - incpath "source"; - libpath "."; library "mspstrings"; }; };