aboutsummaryrefslogtreecommitdiff
path: root/default.bld
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-06-22 15:42:22 +0000
committerMike Buland <eichlan@xagasoft.com>2011-06-22 15:42:22 +0000
commit40f72dc07efa92bb5482e21cb9eedbfd20d3eb7c (patch)
tree2ef7f663b6c54a9aeee1f584575391044c63fb7f /default.bld
parentf16c5dd212ca03ec5f13759997bf95982e3aee94 (diff)
downloadlibbu++-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.bld11
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
14include "gensigs.bld";
15
14CXXFLAGS += "-ggdb -W -Wall -I."; 16CXXFLAGS += "-ggdb -W -Wall -I.";
15 17
16action "default" 18action "default"
@@ -55,6 +57,15 @@ target "src/version.h"
55 input ".svn"; 57 input ".svn";
56} 58}
57 59
60target "src/signals.h"
61{
62 input "gensigs.bld";
63 profile "build"
64 {
65 genSigs( OUTPUT );
66 }
67}
68
58target "autoconfig" 69target "autoconfig"
59{ 70{
60 rule "exe"; 71 rule "exe";