aboutsummaryrefslogtreecommitdiff
path: root/default.bld
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2010-08-19 06:28:17 +0000
committerMike Buland <eichlan@xagasoft.com>2010-08-19 06:28:17 +0000
commit11b5a91c5884d496744911f261ed6c2b053b9940 (patch)
tree61ed65f187e0719f141d80d4e1e648aeff311024 /default.bld
parent9dc8cc535ef5fc4ea78f967fe285fe4424ff4458 (diff)
downloadlibgats-11b5a91c5884d496744911f261ed6c2b053b9940.tar.gz
libgats-11b5a91c5884d496744911f261ed6c2b053b9940.tar.bz2
libgats-11b5a91c5884d496744911f261ed6c2b053b9940.tar.xz
libgats-11b5a91c5884d496744911f261ed6c2b053b9940.zip
Wow, it pretty much all works. the float format is a little funny, I treat it
as a string, with a string header and then string data that is then turned into a float. It's pretty much how it's going to work, unless I come up with something revolutionary.
Diffstat (limited to 'default.bld')
-rw-r--r--default.bld2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.bld b/default.bld
index ae6c61b..d78fbd3 100644
--- a/default.bld
+++ b/default.bld
@@ -46,7 +46,7 @@ target files("src/unit/*.unit").replace("src/","").replace(".unit","")
46 requires "libbu++.a"; 46 requires "libbu++.a";
47 tag ["tests", "unit tests"]; 47 tag ["tests", "unit tests"];
48 CXXFLAGS += "-I."; 48 CXXFLAGS += "-I.";
49 LDFLAGS += "-L. -lbu++ -lgats"; 49 LDFLAGS += "-L. -lgats -lbu++";
50} 50}
51 51
52rule "unit" 52rule "unit"