diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-06-07 19:56:20 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-06-07 19:56:20 +0000 |
commit | 9e8a4944e50fab432012878c66e1bdac20649f76 (patch) | |
tree | 412b0d49ae4086bb330045f9956513397b866807 /build.conf | |
parent | c2e3879b965d297604804f03271ac71c8c5c81f3 (diff) | |
download | libbu++-9e8a4944e50fab432012878c66e1bdac20649f76.tar.gz libbu++-9e8a4944e50fab432012878c66e1bdac20649f76.tar.bz2 libbu++-9e8a4944e50fab432012878c66e1bdac20649f76.tar.xz libbu++-9e8a4944e50fab432012878c66e1bdac20649f76.zip |
The Stream Filter archetecture is finished, it's actually much cooler than I
had anticipated, and much cleaner. I'll have to add some documentation to it,
because it's not really obvious how any of it fits together from the outset,
although I have to say that the bzip2 test program is the easiest general bzip2
compression program I've ever made...it just goes :)
Decompression in Bu::BZip2 isn't finished yet, but that's ok, it's coming soon.
Diffstat (limited to 'build.conf')
-rw-r--r-- | build.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,6 +61,8 @@ filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"): | |||
61 | 61 | ||
62 | "tests/plugin": set "LDFLAGS" += "-ldl" | 62 | "tests/plugin": set "LDFLAGS" += "-ldl" |
63 | 63 | ||
64 | "tests/bzip2": set "LDFLAGS" += "-lbz2" | ||
65 | |||
64 | rule "exe": | 66 | rule "exe": |
65 | matches regexp("(.*)\\.o$"), | 67 | matches regexp("(.*)\\.o$"), |
66 | aggregate toString(" "), | 68 | aggregate toString(" "), |