X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=Build;h=63ccdf9f16935bf3952be945eff231a9b7967393;hb=c88a239ff3b218ad0226e8c53356350ccc1f7014;hp=3c44f713ac9697541c2f7db09b121f16eb3512f4;hpb=58384e355b4a78730d69243f1092e47591f2f384;p=libs%2Fcore.git diff --git a/Build b/Build index 3c44f71..63ccdf9 100644 --- a/Build +++ b/Build @@ -1,6 +1,8 @@ +// $Id$ + package "mspstrings" { - require "mspmisc"; + require "mspcore"; library "mspstrings" { @@ -8,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"; + }; + }; };