X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=62aa92b19e2fd46e994e6e4a22e88d950a68403a;hb=9bd3968eaaabb278d22f182365d022704d2a2cf1;hp=36621950cda7c0c62ed7d6fad928636db64efd04;hpb=8ff59df1f2e603557eceacbc81a8dc44de051dae;p=libs%2Fdatafile.git diff --git a/Build b/Build index 3662195..62aa92b 100644 --- a/Build +++ b/Build @@ -2,15 +2,37 @@ package "mspdatafile" { - version "0.2"; - description "Mikkosoft Productions datafile library"; + version "1.1.1"; + description "Structured datafile library"; require "mspcore"; + headers "msp/datafile" + { + source "source"; + install true; + }; + library "mspdatafile" { source "source"; install true; - install_headers "msp/datafile"; + }; + + program "mspdatatool" + { + source "tool"; + install true; + build_info + { + library "mspdatafile"; + }; + }; + + tarball "@src" + { + source "Readme.txt"; + source "License.txt"; + source "Changelog.txt"; }; };