]> 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 9012c602fc3facaae6f66570468c9aad1b4fdb30..faf77b672591d9625dca0583d0c58c3b4898bd20 100644 (file)
--- a/Build
+++ b/Build
@@ -2,8 +2,11 @@
 
 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";
@@ -18,11 +21,11 @@ package "mspdatafile"
 
        program "mspdatatool"
        {
-               source "tool.cpp";
+               require "mspfs";
+               source "tool";
                install true;
                build_info
                {
-                       libpath ".";
                        library "mspdatafile";
                };
        };