oops... forgot to add the luidgen tool
This commit is contained in:
parent
998da8a221
commit
126e552f1b
1 changed files with 1 additions and 0 deletions
|
|
@ -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...
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue