X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=9012c602fc3facaae6f66570468c9aad1b4fdb30;hb=fe05108357b21f5c7b9bfe9e2c3d88052a59ad69;hp=ea1921ed9b3ec9194b726c56292d2ce262c5e8bc;hpb=48a45f60049254727e19bdd5d2bce263d6f2b136;p=libs%2Fdatafile.git diff --git a/Build b/Build index ea1921e..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 "mspmisc"; + 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"; + }; }; };