ardupilot/Tools/ardupilotwaf
Gustavo Jose de Sousa 2448ea1611 waf: ardupilotwaf: add function build_shortcut
That enable the easy creation of custom build commands with the purpose of
creating "shortcuts" for execution from command line.

For example, consider the following code fragment from a wscript:
```
copter = ardupilotwaf.build_shortcut(targets='ArduCopter')
```

With that, one can just issue `waf copter` instead of
`waf --target ArduCopter`.

The parameter target is made optional because more parameters might be added to
this function in the future.
2016-01-15 16:46:41 -02:00
..
__init__.py waf: add waf support 2015-12-03 07:54:30 +11:00
ardupilotwaf.py waf: ardupilotwaf: add function build_shortcut 2016-01-15 16:46:41 -02:00
boards.py waf : use LINKFLAGS for pthread 2016-01-14 18:59:04 -02:00
gbenchmark.py waf : use LINKFLAGS for pthread 2016-01-14 18:59:04 -02:00
mavgen.py waf: mavgen: reorganize configure 2016-01-15 07:28:49 +11:00
static_linking.py waf: add static_linking tool 2016-01-11 16:31:59 -02:00
toolchain.py waf: add toolchain tool for cross-compiling 2016-01-11 16:31:59 -02:00