]> git.tdb.fi Git - libs/datafile.git/blobdiff - Build
Let Variant take care of detecting type mismatches
[libs/datafile.git] / Build
diff --git a/Build b/Build
index 5c826b0d1ff913074d084f6b33e0a69ec9200ef7..8b31630fcef10ade2475074938227d1dbc60d41b 100644 (file)
--- a/Build
+++ b/Build
@@ -1,14 +1,41 @@
-package "mspparser"
+/* $Id$ */
+
+package "mspdatafile"
 {
-       version "0.2";
-       description "Mikkosoft Productions datafile parser";
+       version "1.1.1";
+       description "Structured datafile library";
 
        require "mspcore";
+       require "mspstrings";
+       require "mspio";
+
+       headers "msp/datafile"
+       {
+               source "source";
+               install true;
+       };
 
-       library "mspparser"
+       library "mspdatafile"
        {
                source "source";
                install true;
-               install_headers "msp/parser";
+       };
+
+       program "mspdatatool"
+       {
+               require "mspfs";
+               source "tool";
+               install true;
+               build_info
+               {
+                       library "mspdatafile";
+               };
+       };
+       
+       tarball "@src"
+       {
+               source "Readme.txt";
+               source "License.txt";
+               source "Changelog.txt";
        };
 };