diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-06-22 15:42:22 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-06-22 15:42:22 +0000 |
commit | 40f72dc07efa92bb5482e21cb9eedbfd20d3eb7c (patch) | |
tree | 2ef7f663b6c54a9aeee1f584575391044c63fb7f /default.bld | |
parent | f16c5dd212ca03ec5f13759997bf95982e3aee94 (diff) | |
download | libbu++-40f72dc07efa92bb5482e21cb9eedbfd20d3eb7c.tar.gz libbu++-40f72dc07efa92bb5482e21cb9eedbfd20d3eb7c.tar.bz2 libbu++-40f72dc07efa92bb5482e21cb9eedbfd20d3eb7c.tar.xz libbu++-40f72dc07efa92bb5482e21cb9eedbfd20d3eb7c.zip |
Signals.h is now autogenerated by build. In distribution packages we should
probably include a copy of the final version just for good measure.
Diffstat (limited to 'default.bld')
-rw-r--r-- | default.bld | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/default.bld b/default.bld index 3b6c213..675987e 100644 --- a/default.bld +++ b/default.bld | |||
@@ -11,6 +11,8 @@ | |||
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 | include "gensigs.bld"; | ||
15 | |||
14 | CXXFLAGS += "-ggdb -W -Wall -I."; | 16 | CXXFLAGS += "-ggdb -W -Wall -I."; |
15 | 17 | ||
16 | action "default" | 18 | action "default" |
@@ -55,6 +57,15 @@ target "src/version.h" | |||
55 | input ".svn"; | 57 | input ".svn"; |
56 | } | 58 | } |
57 | 59 | ||
60 | target "src/signals.h" | ||
61 | { | ||
62 | input "gensigs.bld"; | ||
63 | profile "build" | ||
64 | { | ||
65 | genSigs( OUTPUT ); | ||
66 | } | ||
67 | } | ||
68 | |||
58 | target "autoconfig" | 69 | target "autoconfig" |
59 | { | 70 | { |
60 | rule "exe"; | 71 | rule "exe"; |