Browse Source
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.mission-4.1.18
1 changed files with 13 additions and 1 deletions
Loading…
Reference in new issue