X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=Build;h=96b63820b4edfbc19bf404b8e2904760efc0b4ca;hb=refs%2Ftags%2Ffs-1.0;hp=658679200591aa63b26ccfe2af058afb9fc253c4;hpb=05ea50ffd15fa74ab1059df2c63442fdf83dec96;p=libs%2Fcore.git diff --git a/Build b/Build index 6586792..96b6382 100644 --- a/Build +++ b/Build @@ -1,14 +1,18 @@ -package "msppath" +/* $Id$ */ + +package "mspfs" { - version "0.1"; + version "1.0"; description "Filesystem utilities"; + tar_file "License.txt"; + require "mspstrings"; - library "msppath" + library "mspfs" { source "source"; install true; - install_headers "msp/path"; + install_headers "msp/fs"; }; };