X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=b44b8eba407f7cf9cca267bbc982a409f115ee1d;hp=96b63820b4edfbc19bf404b8e2904760efc0b4ca;hb=af94bc926e301e9b871dc18662b4fa6e5614fdbf;hpb=3160a8b4cb443d282f7ca1e9d7c5ca53be173cc4 diff --git a/Build b/Build index 96b6382..b44b8eb 100644 --- a/Build +++ b/Build @@ -2,17 +2,26 @@ package "mspfs" { - version "1.0"; + version "1.1"; description "Filesystem utilities"; - tar_file "License.txt"; - require "mspstrings"; + headers "msp/fs" + { + source "source/fs"; + install true; + }; + library "mspfs" { - source "source"; + source "source/fs"; install true; - install_headers "msp/fs"; + }; + + tarball "@src" + { + source "Changelog.txt"; + source "License.txt"; }; };