]> git.tdb.fi Git - libs/core.git/blob - Build
Revamp the split functions to allow a max_split argument and splitting by longer...
[libs/core.git] / Build
1 // $Id$
2
3 package "mspstrings"
4 {
5         require "mspcore";
6
7         library "mspstrings"
8         {
9                 source "source";
10                 install true;
11                 install_headers "msp/strings";
12         };
13
14         program "grep"
15         {
16                 source "grep.cpp";
17                 build_info
18                 {
19                         incpath "source";
20                         libpath ".";
21                         library "mspstrings";
22                 };
23         };
24 };