X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=43599d9de1734d14ad7475a89ac572a2273c2226;hb=b83eea8073a4f9228e386eafd6df2e3dcf9f9ccc;hp=5c826b0d1ff913074d084f6b33e0a69ec9200ef7;hpb=9094bc6a657e5587e7e17827c35e3fd388fb91ec;p=libs%2Fdatafile.git diff --git a/Build b/Build index 5c826b0..43599d9 100644 --- a/Build +++ b/Build @@ -1,14 +1,34 @@ -package "mspparser" +package "mspdatafile" { - version "0.2"; - description "Mikkosoft Productions datafile parser"; + version "1.1.1"; + description "Structured datafile library"; 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"; }; };