X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=2a45117925a841a26a4f763ace607496472ac3ca;hb=9527722cbf433e25dcdf9210271af876a85910c7;hp=9012c602fc3facaae6f66570468c9aad1b4fdb30;hpb=6dd94a7fe90c6467024685fbac769067ddb74688;p=libs%2Fdatafile.git diff --git a/Build b/Build index 9012c60..2a45117 100644 --- a/Build +++ b/Build @@ -2,8 +2,12 @@ package "mspdatafile" { - version "0.2"; - description "Mikkosoft Productions datafile library"; + version "1.1"; + description "Structured datafile library"; + + tar_file "Readme.txt"; + tar_file "License.txt"; + tar_file "Changelog.txt"; require "mspcore"; require "mspstrings"; @@ -18,11 +22,11 @@ package "mspdatafile" program "mspdatatool" { - source "tool.cpp"; + require "mspfs"; + source "tool"; install true; build_info { - libpath "."; library "mspdatafile"; }; };