summaryrefslogtreecommitdiff
path: root/hello/both_hello/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'hello/both_hello/wscript')
-rw-r--r--hello/both_hello/wscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/hello/both_hello/wscript b/hello/both_hello/wscript
index 33187c4..2cb1d76 100644
--- a/hello/both_hello/wscript
+++ b/hello/both_hello/wscript
@@ -16,6 +16,11 @@ def build(bld):
source = ['test.c'],
rtrace_cfg = '../../hello/both_hello/hello.ini',
rtrace_wrapper = 'hello-test')
+ bld(features = 'c rtrace',
+ target = 'hello-deep.texe',
+ source = ['test.c'],
+ rtrace_cfg = '../../hello/both_hello/hello-deep.ini',
+ rtrace_wrapper = 'hello-deep')
bld(features = 'c cprogram',
target = 'both_hello.exe',