X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=eb16f4b8e9cef640c62008d8749ed8dc8406c0fd;hp=688fe615fe70b98e709894345dcd837b265472d7;hb=99490429913e5563d9db4b8d4105e7aa59aa1ca6;hpb=f3afcce30a6213fedba4330a5c0b1edc5b528b70 diff --git a/Build b/Build index 688fe61..eb16f4b 100644 --- a/Build +++ b/Build @@ -2,13 +2,21 @@ package "mspstrings" { + version "1.1"; + description "String utilities library"; + require "mspcore"; + headers "msp/strings" + { + source "source"; + install true; + }; + library "mspstrings" { source "source"; install true; - install_headers "msp/strings"; }; program "grep" @@ -16,9 +24,22 @@ package "mspstrings" source "grep.cpp"; build_info { - incpath "source"; - libpath "."; library "mspstrings"; }; }; + + program "transcode" + { + source "transcode.cpp"; + build_info + { + library "mspstrings"; + }; + }; + + tarball "@src" + { + source "License.txt"; + source "source/jisx0208.table"; + }; };