X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=Build;h=7debad7e6902af387fb0c9673a2738f11ae2ec18;hp=ea1921ed9b3ec9194b726c56292d2ce262c5e8bc;hb=ae5c70255ce06515224299985672c540d0b237a7;hpb=48a45f60049254727e19bdd5d2bce263d6f2b136 diff --git a/Build b/Build index ea1921e..7debad7 100644 --- a/Build +++ b/Build @@ -1,14 +1,34 @@ -package "mspparser" +package "mspdatafile" { - version "0.2"; - description "Mikkosoft Productions datafile parser"; + version "2.0"; + description "Structured datafile library"; - require "mspmisc"; + require "mspcore"; - library "mspparser" + library "mspdatafile" { source "source"; install true; - install_headers "msp/parser"; + install_map + { + map "source" "include/msp/datafile"; + }; + }; + + program "mspdatatool" + { + source "tool"; + install true; + build_info + { + library "mspdatafile"; + }; + }; + + source_tarball + { + source "Readme.txt"; + source "License.txt"; + source "Changelog.txt"; }; };