Paths and symbols dialog – HP Integrity NonStop H-Series User Manual
Page 106

Figure 67 Paths and Symbols dialog
Changing the system headers indexed when changing build configurations
By default, the C/C++ indexer does not regenerate the index when you change build configurations.
This is reflected in the path shown for system headers under a project's top-level Includes directory.
The index is not regenerated by default because, depending on the size of your code base,
regenerating it may take several minutes, particularly when, say, you change from building for
TNS/R to TNS/E.
Indexing is, by default, tied to the initial build configuration set after project creation (typically a
debug configuration). You can change the default behavior by performing the following steps from
the NonStop Development perspective:
1.
Select a local NonStop project in the NonStop Project Explorer view.
2.
Select Properties from the NonStop Project Explorer context menu.
3.
Select C/C++ General > Indexer to open the Indexer page (see
).
Figure 68 Indexer page
4.
From the Indexer page, you have numerous options, almost all of which require selecting the
Enable project specific settings check box. (For details, see the C/C++ Development User
106 Tasks