X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=99edb318c4d40f2cc5f793445df36eb32436889f;hb=ca124b5ae96ce178d5a5f32777c03e1ae3306ba8;hp=36621950cda7c0c62ed7d6fad928636db64efd04;hpb=8ff59df1f2e603557eceacbc81a8dc44de051dae;p=libs%2Fdatafile.git diff --git a/Build b/Build index 3662195..99edb31 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,15 @@ package "mspdatafile" install true; install_headers "msp/datafile"; }; + + program "mspdatatool" + { + source "tool.cpp"; + install true; + build_info + { + libpath "."; + library "mspdatafile"; + }; + }; };