X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=cf8b5793ba1e86841ced5efc00037e78c58e1066;hb=8d6360cbcd8fe92d97dcba5e68e3adb6f2c0c3bc;hp=9012c602fc3facaae6f66570468c9aad1b4fdb30;hpb=6dd94a7fe90c6467024685fbac769067ddb74688;p=libs%2Fdatafile.git diff --git a/Build b/Build index 9012c60..cf8b579 100644 --- a/Build +++ b/Build @@ -2,28 +2,38 @@ package "mspdatafile" { - version "0.2"; - description "Mikkosoft Productions datafile library"; + version "1.1.1"; + description "Structured datafile library"; require "mspcore"; - require "mspstrings"; - require "mspio"; + + headers "msp/datafile" + { + source "source"; + install true; + }; library "mspdatafile" { source "source"; install true; - install_headers "msp/datafile"; }; program "mspdatatool" { - source "tool.cpp"; + require "mspfs"; + source "tool"; install true; build_info { - libpath "."; library "mspdatafile"; }; }; + + tarball "@src" + { + source "Readme.txt"; + source "License.txt"; + source "Changelog.txt"; + }; };