diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-04-06 18:45:08 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-04-06 18:45:08 +0000 |
commit | b7745f00eacb2ca5b9c56331006f4f37d2566fdc (patch) | |
tree | 62530f6a0631d13e1289b19800612548dca8fb7b /default.bld | |
parent | 9fa0f9cea3b92b3d44257a612731456fea629c68 (diff) | |
download | libbu++-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.bld | 3 |
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 | ||
213 | target ["tests/itoserver", "tests/socketblock", "tests/itoheap", | 213 | target ["tests/threadid"] |
214 | "tests/itoqueue1", "tests/itoqueue2", "tests/conduit"] | ||
215 | { | 214 | { |
216 | LDFLAGS += "-lpthread"; | 215 | LDFLAGS += "-lpthread"; |
217 | } | 216 | } |