X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=cf72f3dc1231a01bda38af29e17adeb8f9fd6c57;hp=318f3414df20eae3cecb296bce4be288fb5e2b19;hb=c8af8a2167685dc52c6e77951f3fa6ee53d67654;hpb=628d762fbfd512aedde6f313f66594291dad4eb1 diff --git a/Build b/Build index 318f341..cf72f3d 100644 --- a/Build +++ b/Build @@ -19,8 +19,6 @@ package "mspcore" }; }; - feature "exception_backtrace" "Generate a backtrace when an exception is thrown."; - headers "msp/core" { source "source/core"; @@ -93,6 +91,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";