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