From 126e552f1b66e4772b46a9f55d1a7bc7308f1efd Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Mon, 8 Sep 2008 05:22:31 +0200 Subject: [PATCH] oops... forgot to add the luidgen tool --- src/tool/SConscript | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tool/SConscript b/src/tool/SConscript index 6f4e796a6..c2bc612f6 100644 --- a/src/tool/SConscript +++ b/src/tool/SConscript @@ -8,6 +8,7 @@ Import('env','artifacts','core') # build the ubiquitous Hello World application (note: C source) artifacts['tools'] = [ env.Program('#$BINDIR/hello-world','hello.c') + + env.Program('#$BINDIR/luidgen', ['luidgen.c']+core) + env.Program('#$BINDIR/try', 'try.cpp') #### to try out some feature... ]