]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Update svn:ignore
[libs/core.git] / Build
diff --git a/Build b/Build
index 84fd406d077c9acb15e0c6f11d048e6ead7101c0..e932c463b0c42c57af54f49ad888344aa1d22b62 100644 (file)
--- a/Build
+++ b/Build
@@ -2,8 +2,10 @@
 
 package "mspstrings"
 {
-       description "Mikkosoft Productions string utilities library";
-       version "0.1";
+       version "1.0";
+       description "String utilities library";
+
+       tar_file "License.txt";
 
        require "mspcore";
 
@@ -19,8 +21,6 @@ package "mspstrings"
                source "grep.cpp";
                build_info
                {
-                       incpath "source";
-                       libpath ".";
                        library "mspstrings";
                };
        };
@@ -30,8 +30,6 @@ package "mspstrings"
                source "transcode.cpp";
                build_info
                {
-                       incpath "source";
-                       libpath ".";
                        library "mspstrings";
                };
        };