]> git.tdb.fi Git - libs/datafile.git/blobdiff - Build
Fix pointer loading
[libs/datafile.git] / Build
diff --git a/Build b/Build
index faf77b672591d9625dca0583d0c58c3b4898bd20..62aa92b19e2fd46e994e6e4a22e88d950a68403a 100644 (file)
--- a/Build
+++ b/Build
@@ -2,26 +2,25 @@
 
 package "mspdatafile"
 {
-       version "1.0";
+       version "1.1.1";
        description "Structured datafile library";
-       
-       tar_file "Readme.txt";
-       tar_file "License.txt";
 
        require "mspcore";
-       require "mspstrings";
-       require "mspio";
+
+       headers "msp/datafile"
+       {
+               source "source";
+               install true;
+       };
 
        library "mspdatafile"
        {
                source "source";
                install true;
-               install_headers "msp/datafile";
        };
 
        program "mspdatatool"
        {
-               require "mspfs";
                source "tool";
                install true;
                build_info
@@ -29,4 +28,11 @@ package "mspdatafile"
                        library "mspdatafile";
                };
        };
+       
+       tarball "@src"
+       {
+               source "Readme.txt";
+               source "License.txt";
+               source "Changelog.txt";
+       };
 };