Make Command
| Command submitted to the Shell when a Make command is issued.
You can attach Make arguments to the command. Furthermore, you can also use your own shell scripts.
Default: On Unix:
gmake
. On Windows:
sniffmake
General Target(s)
| Name(s) of a project's general target(s). The general targets are used to drive the Make command and the Debugger. Multiple targets are separated with a colon (:).
(Please refer to the User's Guide for a description of the general targets.)
Default:
all:symbolic_links:clean:clean_targets:help
| |