From: Mikko Rasa Date: Wed, 1 Aug 2012 08:08:08 +0000 (+0300) Subject: Update the Build file with new Builder features X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=commitdiff_plain;h=b83eea8073a4f9228e386eafd6df2e3dcf9f9ccc Update the Build file with new Builder features --- diff --git a/Build b/Build index 62aa92b..43599d9 100644 --- a/Build +++ b/Build @@ -1,5 +1,3 @@ -/* $Id$ */ - package "mspdatafile" { version "1.1.1"; @@ -7,16 +5,14 @@ package "mspdatafile" require "mspcore"; - headers "msp/datafile" - { - source "source"; - install true; - }; - library "mspdatafile" { source "source"; install true; + install_map + { + map "source" "include/msp/datafile"; + }; }; program "mspdatatool" @@ -29,7 +25,7 @@ package "mspdatafile" }; }; - tarball "@src" + source_tarball { source "Readme.txt"; source "License.txt";