Setting build options

This topic describes how to set up your build command, clean command, and build directory for an AIX® COBOL project.

About this task

To set your build options.

Procedure

  1. In the Project Explorer view, right-click on the project, select Properties.
  2. Select AIX COBOL > Build Options.
  3. Enter the remote location to build in the Build directory text box. It can be an absolute path, or relative to the project remote location. The default is the project remote location.
  4. Enter the build command in the Build command text box. The default is make.
  5. Enter the clean command in the Clean command text box. The default is make clean.

Feedback