X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=2a45117925a841a26a4f763ace607496472ac3ca;hb=8a177740d8a02174bd2a93a926c76d2133d25d9f;hp=99edb318c4d40f2cc5f793445df36eb32436889f;hpb=ca124b5ae96ce178d5a5f32777c03e1ae3306ba8;p=libs%2Fdatafile.git diff --git a/Build b/Build index 99edb31..2a45117 100644 --- a/Build +++ b/Build @@ -2,11 +2,12 @@ package "mspdatafile" { - version "1.0"; + version "1.1"; description "Structured datafile library"; tar_file "Readme.txt"; tar_file "License.txt"; + tar_file "Changelog.txt"; require "mspcore"; require "mspstrings"; @@ -21,11 +22,11 @@ package "mspdatafile" program "mspdatatool" { - source "tool.cpp"; + require "mspfs"; + source "tool"; install true; build_info { - libpath "."; library "mspdatafile"; }; };