X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=Build;h=58ab4ed4986ec331cce813882b8a24e9dfc0e4d9;hp=b400475a0c3f58136111ede50a854bfa613181ec;hb=HEAD;hpb=27630d44298cb67e075c166f4421288cc8ca117e diff --git a/Build b/Build index b400475..d934f3f 100644 --- a/Build +++ b/Build @@ -1,28 +1,40 @@ -/* $Id$ */ - package "mspdatafile" { - version "0.2"; - description "Mikkosoft Productions datafile library"; + version "3.0"; + description "Structured datafile library"; require "mspcore"; - require "mspstrings"; + require "sigc++-2.0"; + + build_info + { + standard CXX "c++11"; + }; 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"; + }; };