X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=96b63820b4edfbc19bf404b8e2904760efc0b4ca;hp=658679200591aa63b26ccfe2af058afb9fc253c4;hb=3160a8b4cb443d282f7ca1e9d7c5ca53be173cc4;hpb=05ea50ffd15fa74ab1059df2c63442fdf83dec96 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"; }; };