X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=Build;h=8b31630fcef10ade2475074938227d1dbc60d41b;hp=99edb318c4d40f2cc5f793445df36eb32436889f;hb=215e719d0ef85f748898660d15d01e77ac551de9;hpb=ca124b5ae96ce178d5a5f32777c03e1ae3306ba8 diff --git a/Build b/Build index 99edb31..8b31630 100644 --- a/Build +++ b/Build @@ -2,31 +2,40 @@ package "mspdatafile" { - version "1.0"; + version "1.1.1"; description "Structured datafile library"; - - tar_file "Readme.txt"; - tar_file "License.txt"; require "mspcore"; require "mspstrings"; require "mspio"; + headers "msp/datafile" + { + source "source"; + install true; + }; + library "mspdatafile" { source "source"; install true; - install_headers "msp/datafile"; }; program "mspdatatool" { - source "tool.cpp"; + require "mspfs"; + source "tool"; install true; build_info { - libpath "."; library "mspdatafile"; }; }; + + tarball "@src" + { + source "Readme.txt"; + source "License.txt"; + source "Changelog.txt"; + }; };