diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-04-12 07:37:09 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-04-12 07:37:09 +0000 |
commit | 41c9581b48f055f6559335ffc0316f27ed1b3657 (patch) | |
tree | 22c6737ff5e6fd7732597dcd83a190ae917f0079 /default.bld | |
parent | 943cf16f5661357086532b2241e6f85bfe43565a (diff) | |
download | libbu++-41c9581b48f055f6559335ffc0316f27ed1b3657.tar.gz libbu++-41c9581b48f055f6559335ffc0316f27ed1b3657.tar.bz2 libbu++-41c9581b48f055f6559335ffc0316f27ed1b3657.tar.xz libbu++-41c9581b48f055f6559335ffc0316f27ed1b3657.zip |
Myriad is getting pretty close, just have to finish the writing code and
probably tweak the header init.
Diffstat (limited to 'default.bld')
-rw-r--r-- | default.bld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.bld b/default.bld index 6c9c4bb..9d94f73 100644 --- a/default.bld +++ b/default.bld | |||
@@ -11,7 +11,7 @@ | |||
11 | * and actually does a better job with a number of things. | 11 | * and actually does a better job with a number of things. |
12 | */ | 12 | */ |
13 | 13 | ||
14 | CXXFLAGS += "-ggdb -W -Wall"; | 14 | CXXFLAGS += "-ggdb -W -Wall -I."; |
15 | 15 | ||
16 | action "default" | 16 | action "default" |
17 | { | 17 | { |