X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=cdd83c4cdfcd72b51f580490990e20e45243afff;hp=359f6b197204d1a63489e221ace0c36cb27ac1f3;hb=378ec811c8df431f5b4e7094eb1949476d3a79fe;hpb=b38f3713d39bca1adc476c594b037c98e7538e78 diff --git a/Build b/Build index 359f6b1..cdd83c4 100644 --- a/Build +++ b/Build @@ -41,16 +41,56 @@ package "mspcore" install true; }; + headers "msp/strings" + { + source "source/strings"; + install true; + }; + + headers "msp/stringcodec" + { + source "source/stringcodec"; + install true; + }; + + headers "msp/io" + { + source "src/io"; + install true; + }; + library "mspcore" { source "source/core"; source "source/debug"; source "source/time"; + source "source/strings"; + source "source/stringcodec"; + source "source/io"; install true; }; + program "grep" + { + source "grep.cpp"; + build_info + { + library "mspcore"; + }; + }; + + program "transcode" + { + source "transcode.cpp"; + build_info + { + library "mspcore"; + }; + }; + tarball "@src" { source "License.txt"; + source "source/stringcodec/jisx0208.table"; }; };