diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2007-07-03 00:50:59 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2007-07-03 00:50:59 +0000 |
| commit | f7f45e9630912cfca6b3a6b60577f02924c3dbc9 (patch) | |
| tree | bac0b1088b3bcd4407417dbf20a69812c1b8f2e5 /bu | |
| parent | 395a9f1b8ce44d55dbe4496ce34e1ec6a6e2a3ba (diff) | |
| download | libbu++-f7f45e9630912cfca6b3a6b60577f02924c3dbc9.tar.gz libbu++-f7f45e9630912cfca6b3a6b60577f02924c3dbc9.tar.bz2 libbu++-f7f45e9630912cfca6b3a6b60577f02924c3dbc9.tar.xz libbu++-f7f45e9630912cfca6b3a6b60577f02924c3dbc9.zip | |
Ah, that explains much, I did the big reorg -> trunk move and forgot to commit
some things, so here they are, after being manually copied.
Diffstat (limited to '')
| -rw-r--r-- | build.conf | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -39,7 +39,8 @@ filesIn("src/tests") filter regexp("^src/tests/(.*)\\.cpp$", "tests/{re:1}"): | |||
| 39 | set "LDFLAGS" += "-L. -lbu++", | 39 | set "LDFLAGS" += "-L. -lbu++", |
| 40 | input "src/{target}.cpp" | 40 | input "src/{target}.cpp" |
| 41 | 41 | ||
| 42 | ["tests/itoqueue1", "tests/itoqueue2"]: set "LDFLAGS" += "-lpthread" | 42 | ["tests/itoqueue1", "tests/itoqueue2", "tests/socketblock"]: |
| 43 | set "LDFLAGS" += "-lpthread" | ||
| 43 | 44 | ||
| 44 | filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"): | 45 | filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"): |
| 45 | rule "exe", | 46 | rule "exe", |
