]> git.tdb.fi Git - libs/core.git/blob - Build
Get rid of the Path namespace
[libs/core.git] / Build
1 /* $Id$ */
2
3 package "msppath"
4 {
5         version "0.1";
6         description "Filesystem utilities";
7
8         require "mspstrings";
9
10         library "msppath"
11         {
12                 source "source";
13                 install true;
14                 install_headers "msp/path";
15         };
16 };