]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Fix GetSecurityInfo error checking and request appropriate access to the file
[libs/core.git] / Build
diff --git a/Build b/Build
index 318f3414df20eae3cecb296bce4be288fb5e2b19..8478fc5bd405f8d75f06be224f86ba0f3da9386a 100644 (file)
--- a/Build
+++ b/Build
@@ -93,6 +93,24 @@ package "mspcore"
                };
        };
 
+       program "ls"
+       {
+               source "examples/ls.cpp";
+               build_info
+               {
+                       library "mspcore";
+               };
+       };
+
+       program "syncdir"
+       {
+               source "examples/syncdir.cpp";
+               build_info
+               {
+                       library "mspcore";
+               };
+       };
+
        tarball "@src"
        {
                source "License.txt";