X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=62aa92b19e2fd46e994e6e4a22e88d950a68403a;hb=818ead7b6ccef1e4d2435cc959bc07f910fcde46;hp=b400475a0c3f58136111ede50a854bfa613181ec;hpb=27630d44298cb67e075c166f4421288cc8ca117e;p=libs%2Fdatafile.git diff --git a/Build b/Build index b400475..62aa92b 100644 --- a/Build +++ b/Build @@ -2,27 +2,37 @@ package "mspdatafile" { - version "0.2"; - description "Mikkosoft Productions datafile library"; + version "1.1.1"; + description "Structured datafile library"; require "mspcore"; - require "mspstrings"; + + headers "msp/datafile" + { + source "source"; + install true; + }; library "mspdatafile" { source "source"; install true; - install_headers "msp/datafile"; }; program "mspdatatool" { - source "tool.cpp"; + source "tool"; install true; build_info { - libpath "."; library "mspdatafile"; }; }; + + tarball "@src" + { + source "Readme.txt"; + source "License.txt"; + source "Changelog.txt"; + }; };