pchsource

The pchsource function sets the main source file for precompiled header support. This is only used by Visual Studio.

pchsource "file"

If no source file is set, the toolset default settings will be used.

Applies To

Projects only.

Parameters

file is the name of the source file, specified relative to the currently executing script file.

See Also

pchheader

Examples

pchheader "afxwin.h"
pchsource "afxwin.cpp"