SetNoPchSettings
Sets up a project configuration properties when no precompiled header is used.
function SetNoPchSettings(
oProj
);
Parameters
- oProj
The selected project.
Remarks
Call this function to configure the project when the project uses no precompiled header settings.
Example
See SetCommonPchSettings.
See Also
Tasks
Concepts
Customizing C++ Wizards with Common JScript Functions