Build Options page

The Build Options property page allows you to set build options for a project.
Option Description
Build directory The remote directory to perform the build command and clean command for the project. Can be an absolute path or relative to the project's remote location. Starting with '/' will make it absolute.
Build command The command to be run when a project build is kicked off. Default is 'make'.
Clean command Command to be run when a project clean is kicked off. Default is 'make clean'.

Feedback