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