X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=63ccdf9f16935bf3952be945eff231a9b7967393;hp=3c44f713ac9697541c2f7db09b121f16eb3512f4;hb=f47bc86e6ce900c5323e593db003c93110538268;hpb=58384e355b4a78730d69243f1092e47591f2f384 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"; + }; + }; };