aboutsummaryrefslogtreecommitdiff
path: root/libnxt/SConstruct
diff options
context:
space:
mode:
authordave2007-04-09 09:54:32 +0000
committerdave2007-04-09 09:54:32 +0000
commitbbf18d123a9415c67c6f47dff0559a9dcf7041a1 (patch)
tree4efb87a0dcb2685740717ce1e3f0941018b8f153 /libnxt/SConstruct
parenta8eeabf37a20f939318bef864f16c3707b2837e6 (diff)
Add the fwexec utility, based on the runc utility developed by the Lejos project.
Thanks to them!
Diffstat (limited to 'libnxt/SConstruct')
-rw-r--r--libnxt/SConstruct5
1 files changed, 3 insertions, 2 deletions
diff --git a/libnxt/SConstruct b/libnxt/SConstruct
index b3db7c9..3020c85 100644
--- a/libnxt/SConstruct
+++ b/libnxt/SConstruct
@@ -25,6 +25,7 @@ Default(BuildEnv.Library('nxt',
LIBS='usb'))
Default(BuildEnv.Program('fwflash', glob('main_fwflash.c'),
- LIBS=['usb', 'nxt'], LIBPATH='.'))
+ LIBS=['usb', 'nxt'], LIBPATH='.fwexec', glob('main_fwexec.c'),
+ LIBS=['usb', 'nxt'], LIBPATH='.', 'nxt'], LIBPATH='.'))
BuildEnv.Program('sambaget', glob('main_sambaget.c'),
- LIBS=['usb', 'nxt'], LIBPATH='.')
+ LIBS=['usb', \ No newline at end of file