X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=63ccdf9f16935bf3952be945eff231a9b7967393;hb=df1a66180655104af15f9bb6067b4eaa1421f5ff;hp=8a7d481ee334aec0c03e8d4198492a1b61695448;hpb=220e73f799b5c5fb49d4c6bd4e1ae6b2fbd8388b;p=libs%2Fcore.git diff --git a/Build b/Build index 8a7d481..63ccdf9 100644 --- a/Build +++ b/Build @@ -10,4 +10,26 @@ package "mspstrings" install true; install_headers "msp/strings"; }; + + program "grep" + { + source "grep.cpp"; + build_info + { + incpath "source"; + libpath "."; + library "mspstrings"; + }; + }; + + program "transcode" + { + source "transcode.cpp"; + build_info + { + incpath "source"; + libpath "."; + library "mspstrings"; + }; + }; };