]> git.tdb.fi Git - libs/datafile.git/blobdiff - Build
Add binary data format
[libs/datafile.git] / Build
diff --git a/Build b/Build
index ea1921ed9b3ec9194b726c56292d2ce262c5e8bc..b400475a0c3f58136111ede50a854bfa613181ec 100644 (file)
--- a/Build
+++ b/Build
@@ -1,14 +1,28 @@
-package "mspparser"
+/* $Id$ */
+
+package "mspdatafile"
 {
        version "0.2";
-       description "Mikkosoft Productions datafile parser";
+       description "Mikkosoft Productions datafile library";
 
-       require "mspmisc";
+       require "mspcore";
+       require "mspstrings";
 
-       library "mspparser"
+       library "mspdatafile"
        {
                source "source";
                install true;
-               install_headers "msp/parser";
+               install_headers "msp/datafile";
+       };
+
+       program "mspdatatool"
+       {
+               source "tool.cpp";
+               install true;
+               build_info
+               {
+                       libpath ".";
+                       library "mspdatafile";
+               };
        };
 };