]> git.tdb.fi Git - libs/datafile.git/commitdiff
Update the Build file with new Builder features
authorMikko Rasa <tdb@tdb.fi>
Wed, 1 Aug 2012 08:08:08 +0000 (11:08 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 1 Aug 2012 08:08:08 +0000 (11:08 +0300)
Build

diff --git a/Build b/Build
index 62aa92b19e2fd46e994e6e4a22e88d950a68403a..43599d9de1734d14ad7475a89ac572a2273c2226 100644 (file)
--- 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";