aboutsummaryrefslogtreecommitdiff
path: root/default.bld
diff options
context:
space:
mode:
Diffstat (limited to '')
-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";