X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=53a4ebde438a6eb05beeb9e0dc0846e6bf0300f2;hb=db9c49893c2a9475cb5efa4a53bc481a5f66231f;hp=36621950cda7c0c62ed7d6fad928636db64efd04;hpb=8ff59df1f2e603557eceacbc81a8dc44de051dae;p=libs%2Fdatafile.git diff --git a/Build b/Build index 3662195..53a4ebd 100644 --- a/Build +++ b/Build @@ -2,10 +2,15 @@ package "mspdatafile" { - version "0.2"; - description "Mikkosoft Productions datafile library"; + version "1.0"; + description "Structured datafile library"; + + tar_file "Readme.txt"; + tar_file "License.txt"; require "mspcore"; + require "mspstrings"; + require "mspio"; library "mspdatafile" { @@ -13,4 +18,14 @@ package "mspdatafile" install true; install_headers "msp/datafile"; }; + + program "mspdatatool" + { + source "tool"; + install true; + build_info + { + library "mspdatafile"; + }; + }; };