X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=7debad7e6902af387fb0c9673a2738f11ae2ec18;hb=57d8b8c6f07808efdd1b9647d12447c177ce1e7d;hp=d7e7238d862f70dcde1718be4dd70256fbbc33ae;hpb=802f5b965a98ce0652ca0997c1c64f0bb2e76936;p=libs%2Fdatafile.git diff --git a/Build b/Build index d7e7238..7debad7 100644 --- a/Build +++ b/Build @@ -1,31 +1,34 @@ -/* $Id$ */ - package "mspdatafile" { - version "1.0"; + version "2.0"; description "Structured datafile library"; - - tar_file "Readme.txt"; - tar_file "License.txt"; 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 { library "mspdatafile"; }; }; + + source_tarball + { + source "Readme.txt"; + source "License.txt"; + source "Changelog.txt"; + }; };