X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=eb02c3b1a3e43214ead4e307212564d40bb57244;hp=04490594263506c819efa0430d94b7da488cda4b;hb=a2a494043d5cf228cf1b3e5551e3abb486a60191;hpb=0ba3e9d15af4e8c30eef5445d2b64fee4870505f diff --git a/Build b/Build index 0449059..eb02c3b 100644 --- a/Build +++ b/Build @@ -1,16 +1,19 @@ /* $Id$ */ -package "msppath" +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"; }; };