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

Creating a Custom Wizard

Reference

SetCommonPchSettings

AddCommonConfig

Concepts

Customizing C++ Wizards with Common JScript Functions

Designing a Wizard

Other Resources

JScript Functions for C++ Wizards