]> 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 b82fdec9d915cb2f3347c600e9d2cf0c1e1bd8bf..8478fc5bd405f8d75f06be224f86ba0f3da9386a 100644 (file)
--- a/Build
+++ b/Build
@@ -77,7 +77,7 @@ package "mspcore"
 
        program "grep"
        {
-               source "grep.cpp";
+               source "examples/grep.cpp";
                build_info
                {
                        library "mspcore";
@@ -86,7 +86,25 @@ package "mspcore"
 
        program "transcode"
        {
-               source "transcode.cpp";
+               source "examples/transcode.cpp";
+               build_info
+               {
+                       library "mspcore";
+               };
+       };
+
+       program "ls"
+       {
+               source "examples/ls.cpp";
+               build_info
+               {
+                       library "mspcore";
+               };
+       };
+
+       program "syncdir"
+       {
+               source "examples/syncdir.cpp";
                build_info
                {
                        library "mspcore";