]> git.tdb.fi Git - libs/datafile.git/blobdiff - Build
Emit source file markers in compiled files
[libs/datafile.git] / Build
diff --git a/Build b/Build
index 36621950cda7c0c62ed7d6fad928636db64efd04..faf77b672591d9625dca0583d0c58c3b4898bd20 100644 (file)
--- a/Build
+++ b/Build
@@ -2,10 +2,15 @@
 
 package "mspdatafile"
 {
-       version "0.2";
-       description "Mikkosoft Productions datafile library";
+       version "1.0";
+       description "Structured datafile library";
+       
+       tar_file "Readme.txt";
+       tar_file "License.txt";
 
        require "mspcore";
+       require "mspstrings";
+       require "mspio";
 
        library "mspdatafile"
        {
@@ -13,4 +18,15 @@ package "mspdatafile"
                install true;
                install_headers "msp/datafile";
        };
+
+       program "mspdatatool"
+       {
+               require "mspfs";
+               source "tool";
+               install true;
+               build_info
+               {
+                       library "mspdatafile";
+               };
+       };
 };