]> git.tdb.fi Git - libs/datafile.git/blobdiff - Build
Add binary data format
[libs/datafile.git] / Build
diff --git a/Build b/Build
index 36621950cda7c0c62ed7d6fad928636db64efd04..b400475a0c3f58136111ede50a854bfa613181ec 100644 (file)
--- a/Build
+++ b/Build
@@ -6,6 +6,7 @@ package "mspdatafile"
        description "Mikkosoft Productions datafile library";
 
        require "mspcore";
+       require "mspstrings";
 
        library "mspdatafile"
        {
@@ -13,4 +14,15 @@ package "mspdatafile"
                install true;
                install_headers "msp/datafile";
        };
+
+       program "mspdatatool"
+       {
+               source "tool.cpp";
+               install true;
+               build_info
+               {
+                       libpath ".";
+                       library "mspdatafile";
+               };
+       };
 };