X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=Build;h=7debad7e6902af387fb0c9673a2738f11ae2ec18;hp=9012c602fc3facaae6f66570468c9aad1b4fdb30;hb=01de40aa67599511f7843ab5b5aa24ec59a2768f;hpb=6dd94a7fe90c6467024685fbac769067ddb74688 diff --git a/Build b/Build index 9012c60..7debad7 100644 --- a/Build +++ b/Build @@ -1,29 +1,34 @@ -/* $Id$ */ - package "mspdatafile" { - version "0.2"; - description "Mikkosoft Productions datafile library"; + version "2.0"; + description "Structured datafile library"; require "mspcore"; - require "mspstrings"; - require "mspio"; library "mspdatafile" { source "source"; install true; - install_headers "msp/datafile"; + install_map + { + map "source" "include/msp/datafile"; + }; }; program "mspdatatool" { - source "tool.cpp"; + source "tool"; install true; build_info { - libpath "."; library "mspdatafile"; }; }; + + source_tarball + { + source "Readme.txt"; + source "License.txt"; + source "Changelog.txt"; + }; };