Technical Support
On-Line Manuals
Compiler Reference Guide
--pch_dir=dir
dir
This option enables you to specify the directory where PCH files are stored. The directory is accessed whenever PCH files are created or used.
You can use this option with automatic or manual PCH mode.
where:
is the name of the directory where PCH files are stored.
If dir is unspecified, the compiler faults use of --pch_dir.
--pch_dir
If the specified directory dir does not exist, the compiler generates an error.
--create_pch=filename
--pch
--pch_messages, --no_pch_messages
--pch_verbose, --no_pch_verbose
--use_pch=filename
#pragma hdrstop
#pragma no_pch
PreCompiled Header (PCH) files in Using the Compiler.