X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=Build;h=b400475a0c3f58136111ede50a854bfa613181ec;hp=36621950cda7c0c62ed7d6fad928636db64efd04;hb=27630d44298cb67e075c166f4421288cc8ca117e;hpb=c4930d8d15a5a248ca921e0ed3f9bca8aa18b322 diff --git a/Build b/Build index 3662195..b400475 100644 --- a/Build +++ b/Build @@ -6,6 +6,7 @@ package "mspdatafile" description "Mikkosoft Productions datafile library"; require "mspcore"; + require "mspstrings"; library "mspdatafile" { @@ -13,4 +14,15 @@ package "mspdatafile" install true; install_headers "msp/datafile"; }; + + program "mspdatatool" + { + source "tool.cpp"; + install true; + build_info + { + libpath "."; + library "mspdatafile"; + }; + }; };