X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=cf8b5793ba1e86841ced5efc00037e78c58e1066;hb=8d6360cbcd8fe92d97dcba5e68e3adb6f2c0c3bc;hp=5c826b0d1ff913074d084f6b33e0a69ec9200ef7;hpb=9094bc6a657e5587e7e17827c35e3fd388fb91ec;p=libs%2Fdatafile.git diff --git a/Build b/Build index 5c826b0..cf8b579 100644 --- a/Build +++ b/Build @@ -1,14 +1,39 @@ -package "mspparser" +/* $Id$ */ + +package "mspdatafile" { - version "0.2"; - description "Mikkosoft Productions datafile parser"; + version "1.1.1"; + description "Structured datafile library"; require "mspcore"; - library "mspparser" + headers "msp/datafile" + { + source "source"; + install true; + }; + + library "mspdatafile" { source "source"; install true; - install_headers "msp/parser"; + }; + + program "mspdatatool" + { + require "mspfs"; + source "tool"; + install true; + build_info + { + library "mspdatafile"; + }; + }; + + tarball "@src" + { + source "Readme.txt"; + source "License.txt"; + source "Changelog.txt"; }; };