]> git.tdb.fi Git - libs/datafile.git/blobdiff - Build
Provide access to the keyword of the current statement
[libs/datafile.git] / Build
diff --git a/Build b/Build
index 8b31630fcef10ade2475074938227d1dbc60d41b..58ab4ed4986ec331cce813882b8a24e9dfc0e4d9 100644 (file)
--- a/Build
+++ b/Build
@@ -1,29 +1,23 @@
-/* $Id$ */
-
 package "mspdatafile"
 {
-       version "1.1.1";
+       version "2.0";
        description "Structured datafile library";
 
        require "mspcore";
-       require "mspstrings";
-       require "mspio";
-
-       headers "msp/datafile"
-       {
-               source "source";
-               install true;
-       };
+       require "sigc++-2.0";
 
        library "mspdatafile"
        {
                source "source";
                install true;
+               install_map
+               {
+                       map "source" "include/msp/datafile";
+               };
        };
 
        program "mspdatatool"
        {
-               require "mspfs";
                source "tool";
                install true;
                build_info
@@ -32,7 +26,7 @@ package "mspdatafile"
                };
        };
        
-       tarball "@src"
+       source_tarball
        {
                source "Readme.txt";
                source "License.txt";