aboutsummaryrefslogtreecommitdiff
path: root/default.bld
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-04-06 18:45:08 +0000
committerMike Buland <eichlan@xagasoft.com>2012-04-06 18:45:08 +0000
commitb7745f00eacb2ca5b9c56331006f4f37d2566fdc (patch)
tree62530f6a0631d13e1289b19800612548dca8fb7b /default.bld
parent9fa0f9cea3b92b3d44257a612731456fea629c68 (diff)
downloadlibbu++-b7745f00eacb2ca5b9c56331006f4f37d2566fdc.tar.gz
libbu++-b7745f00eacb2ca5b9c56331006f4f37d2566fdc.tar.bz2
libbu++-b7745f00eacb2ca5b9c56331006f4f37d2566fdc.tar.xz
libbu++-b7745f00eacb2ca5b9c56331006f4f37d2566fdc.zip
Supports ThreadIds now, you can also get the thread id of any thread, and
compare ThreadId objects.
Diffstat (limited to 'default.bld')
-rw-r--r--default.bld3
1 files changed, 1 insertions, 2 deletions
diff --git a/default.bld b/default.bld
index 831959e..c6721b2 100644
--- a/default.bld
+++ b/default.bld
@@ -210,8 +210,7 @@ target ["tests/lzma"]
210 LDFLAGS += "-llzma"; 210 LDFLAGS += "-llzma";
211} 211}
212 212
213target ["tests/itoserver", "tests/socketblock", "tests/itoheap", 213target ["tests/threadid"]
214 "tests/itoqueue1", "tests/itoqueue2", "tests/conduit"]
215{ 214{
216 LDFLAGS += "-lpthread"; 215 LDFLAGS += "-lpthread";
217} 216}