X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=63ccdf9f16935bf3952be945eff231a9b7967393;hb=df1a66180655104af15f9bb6067b4eaa1421f5ff;hp=3ad1eda961bd48fd41a27f35430440cbd1130b62;hpb=9da6abdcabec59f4845da256a8ad75a810ed1589;p=libs%2Fcore.git diff --git a/Build b/Build index 3ad1eda..63ccdf9 100644 --- a/Build +++ b/Build @@ -2,7 +2,7 @@ package "mspstrings" { - require "mspmisc"; + require "mspcore"; library "mspstrings" { @@ -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"; + }; + }; };