To set build properties for a single file
- In the Navigator view, right-click the file to change.
- To set compiler directives for the selected file:
- Click Properties > COBOL Settings.
- Check Override Project Settings.
- Click in the Additional Directives field and
type the directives to be used when compiling this file. Separate each
directive with a space, and add a semi-colon (; ) to the final directive.
- To specify whether or not to compile the file, click Build
Action > Compile or Build Action > Ignore as
required. By default, files with a .cbl extension are
compiled.
- Click OK.
Related Topics: