aboutsummaryrefslogtreecommitdiff
path: root/default.bld
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2010-11-19 23:48:03 +0000
committerMike Buland <eichlan@xagasoft.com>2010-11-19 23:48:03 +0000
commit2545d1f2a82bc7c23abc0034958b169f9fffe613 (patch)
treef0240aea48e98d3515b0ee7d49904fe8fe4744de /default.bld
parentd013208dd0cbd42b4f46279772d02ec85c47735f (diff)
downloadlibbu++-2545d1f2a82bc7c23abc0034958b169f9fffe613.tar.gz
libbu++-2545d1f2a82bc7c23abc0034958b169f9fffe613.tar.bz2
libbu++-2545d1f2a82bc7c23abc0034958b169f9fffe613.tar.xz
libbu++-2545d1f2a82bc7c23abc0034958b169f9fffe613.zip
MyriadFs is starting out...but the FUSE system is...akward at best.
Diffstat (limited to 'default.bld')
-rw-r--r--default.bld16
1 files changed, 16 insertions, 0 deletions
diff --git a/default.bld b/default.bld
index 857e988..50baefb 100644
--- a/default.bld
+++ b/default.bld
@@ -82,6 +82,22 @@ target "viewcsv"
82} 82}
83 83
84// 84//
85// This shouldn't be. Basically, if you set a property on a top level target
86// that has children it seems like the items should apply to the children.
87// I'm honestly not 100% sure what the policy should be yet, but this seems like
88// I shouldn't have to do it this way.
89//
90target "src/tools/myriadfs.o"
91{
92 CXXFLAGS += "-D_FILE_OFFSET_BITS=64";
93}
94
95target "myriadfs"
96{
97 LDFLAGS += "-lfuse";
98}
99
100//
85// General Tests 101// General Tests
86// 102//
87 103