]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Make the programs use the library and headers from installed locations to work correc...
[libs/core.git] / Build
diff --git a/Build b/Build
index 63ccdf9f16935bf3952be945eff231a9b7967393..cb81c573c78fe8e7c878225c5ae8eab000cde9af 100644 (file)
--- a/Build
+++ b/Build
@@ -2,6 +2,9 @@
 
 package "mspstrings"
 {
+       version "1.0";
+       description "String utilities library";
+
        require "mspcore";
 
        library "mspstrings"
@@ -16,8 +19,6 @@ package "mspstrings"
                source "grep.cpp";
                build_info
                {
-                       incpath "source";
-                       libpath ".";
                        library "mspstrings";
                };
        };
@@ -27,8 +28,6 @@ package "mspstrings"
                source "transcode.cpp";
                build_info
                {
-                       incpath "source";
-                       libpath ".";
                        library "mspstrings";
                };
        };