oops... forgot to add the luidgen tool

This commit is contained in:
Fischlurch 2008-09-08 05:22:31 +02:00
parent 998da8a221
commit 126e552f1b

View file

@ -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...
]