X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=9012c602fc3facaae6f66570468c9aad1b4fdb30;hb=fe05108357b21f5c7b9bfe9e2c3d88052a59ad69;hp=5c826b0d1ff913074d084f6b33e0a69ec9200ef7;hpb=9094bc6a657e5587e7e17827c35e3fd388fb91ec;p=libs%2Fdatafile.git diff --git a/Build b/Build index 5c826b0..9012c60 100644 --- a/Build +++ b/Build @@ -1,14 +1,29 @@ -package "mspparser" +/* $Id$ */ + +package "mspdatafile" { version "0.2"; - description "Mikkosoft Productions datafile parser"; + description "Mikkosoft Productions datafile library"; require "mspcore"; + require "mspstrings"; + require "mspio"; - library "mspparser" + library "mspdatafile" { source "source"; install true; - install_headers "msp/parser"; + install_headers "msp/datafile"; + }; + + program "mspdatatool" + { + source "tool.cpp"; + install true; + build_info + { + libpath "."; + library "mspdatafile"; + }; }; };