This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Output-File (/F) Options
The output-file options create or rename output files. They affect all C or C++ source files specified in the CL environment variable, on the command line, or in any command file. They include:
- /Fd (Name the Program Database and Incremental Compilation State File)
- /Fe (Name the Executable File)
- /Fm (Generate a Map File)
- /Fo (Name the Object File)
- /Fp (Name or Use a Precompiled Header File)
- /Fx (Merge Injected Code)
Other output-file options are available in the Listing Files category on the C/C++ tab of the Project Settings dialog box. They include:
See Also
Compiler Options | Setting Compiler Options