aboutsummaryrefslogtreecommitdiff
path: root/default.bld
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-02-09 03:55:59 +0000
committerMike Buland <eichlan@xagasoft.com>2012-02-09 03:55:59 +0000
commit5a6476514c075743ca13d566bd306b2d71d1952a (patch)
treed995359aa43c593992be6ec11147a20e2932e732 /default.bld
parent4b1ab50fb061c5abe6727d031b7fec72bfa97c7d (diff)
downloadlibbu++-5a6476514c075743ca13d566bd306b2d71d1952a.tar.gz
libbu++-5a6476514c075743ca13d566bd306b2d71d1952a.tar.bz2
libbu++-5a6476514c075743ca13d566bd306b2d71d1952a.tar.xz
libbu++-5a6476514c075743ca13d566bd306b2d71d1952a.zip
bin2cpp added. It's nearly done. I want to add a StaticMemBuf class to
libbu++ and then use that to minimize memory usage in the bin2cpp generated classes. That should go really quickly.
Diffstat (limited to 'default.bld')
-rw-r--r--default.bld5
1 files changed, 5 insertions, 0 deletions
diff --git a/default.bld b/default.bld
index 5660e99..ce0ea80 100644
--- a/default.bld
+++ b/default.bld
@@ -159,6 +159,11 @@ target "myriadfs"
159 LDFLAGS += "-lfuse"; 159 LDFLAGS += "-lfuse";
160} 160}
161 161
162target "bin2cpp"
163{
164 LDFLAGS += "-lz -lbz2";
165}
166
162// 167//
163// General Tests 168// General Tests
164// 169//