]> git.tdb.fi Git - libs/core.git/blob - Build
Make Path behave more consistently by always starting relative paths with a dot
[libs/core.git] / Build
1 /* $Id$ */
2
3 package "mspfs"
4 {
5         version "1.0.1";
6         description "Filesystem utilities";
7
8         tar_file "Changelog.txt";
9         tar_file "License.txt";
10
11         require "mspstrings";
12
13         library "mspfs"
14         {
15                 source "source";
16                 install true;
17                 install_headers "msp/fs";
18         };
19 };