X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=eb16f4b8e9cef640c62008d8749ed8dc8406c0fd;hp=84fd406d077c9acb15e0c6f11d048e6ead7101c0;hb=99490429913e5563d9db4b8d4105e7aa59aa1ca6;hpb=b254c706617223da1dd1b9543a74715e42a8a5b0 diff --git a/Build b/Build index 84fd406..eb16f4b 100644 --- a/Build +++ b/Build @@ -2,16 +2,21 @@ package "mspstrings" { - description "Mikkosoft Productions string utilities library"; - version "0.1"; + 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" @@ -19,8 +24,6 @@ package "mspstrings" source "grep.cpp"; build_info { - incpath "source"; - libpath "."; library "mspstrings"; }; }; @@ -30,9 +33,13 @@ package "mspstrings" source "transcode.cpp"; build_info { - incpath "source"; - libpath "."; library "mspstrings"; }; }; + + tarball "@src" + { + source "License.txt"; + source "source/jisx0208.table"; + }; };