Editing a preprocessor for a project
To configure a preprocessor for your project:
- In Solution Explorer, click the project whose properties you want to set.
- Click
Project >
project_name > Properties.
- Click the
Preprocessors tab in the left side of the IDE to open the preprocessors properties page.
- To edit the
Name or
Directives fields:
- To edit using the
Edit Installed Preprocessor or
Edit Custom Preprocessor dialog box:
- Double-click the row containing the preprocessor that you want to edit.
This displays the
Edit Installed Preprocessor or
Edit Custom Preprocessor dialog box depending on the type of preprocessor being edited.
- Click in the either the
Name or
Directives field and type your changes.
- Click
OK to save your changes.
- To edit a preprocessor by changing a
Name or
Directives field directly:
- Click the row containing the preprocessor that you want to edit.
- Click in the
Name or
Directives field and type your changes.
- Press
Enter.
Editing a preprocessor for a file
To configure a preprocessor for your file:
- In Solution Explorer, right-click a COBOL program in your project, and click
Properties.
This opens the program's
Property Pages dialog box.
- Click the
Preprocessors option in the left side of the program's
Property Pages to display the preprocessors properties.
- To edit the
Name or
Directives fields:
- To edit using the
Edit Installed Preprocessor or
Edit Custom Preprocessor dialog box:
- Double-click the row containing the preprocessor that you want to edit.
This displays the
Edit Installed Preprocessor or
Edit Custom Preprocessor dialog box depending on the type of preprocessor being edited.
- Click in the either the
Name or
Directives field and type your changes.
- Click
OK to save your changes.
- To edit a preprocessor by changing a
Name or
Directives field directly:
- Click the row containing the preprocessor that you want to edit.
- Click in the
Name or
Directives field and type your changes.
- Press
Enter.
- Click
Apply and then
OK to save your changes.