The APU Assembler page displays the build configuration settings that apply to the assembler tool.
| Option | Description |
|---|---|
| Command | Command that will be used by Vision Extension Package to run the
assembler. Note: Assembler uses same tool as the compiler and thus the commands in the
command line reflect those found on APU C Compiler and
APU C++ Compiler pages. The difference is in command line
options used to run the tool, as shown in the All options field.
Default: ${apu_assembler} |
| All options | Expanded command line options the assembler will be called with. Shows actual values of variables and options according to Command line pattern. Options can be specified on the General page. Default for application project: -c -target apex Default for library project: -c -I"<project_dir>/include" -target apex |
| Command line pattern | Command line to call the assembler. Default: ${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS} |