Skip to content

Update "Output-File (/F) Options" topic #5533

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 18 additions & 15 deletions docs/build/reference/output-file-f-options.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,40 @@
---
title: "Output-File (/F) Options"
description: "Learn more about: Output-File (/F) Options"
title: "Output-File (-F) Options"
ms.date: "11/04/2016"
ms.date: 11/04/2016
helpviewer_keywords: ["output files", "output files, compiler options [C++]", "cl.exe compiler, output files"]
ms.assetid: f6367f30-2710-4178-b43a-639eed824acb
---
# Output-File (/F) Options
# 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.

- [/FA, /Fa (Listing File)](fa-fa-listing-file.md)
- [`/FA`, `/Fa` (Listing File)](fa-fa-listing-file.md)

- [Specifying the Pathname](specifying-the-pathname.md)

- [/Fd (Name PDB File)](fd-program-database-file-name.md)
- [`/FD` (IDE Minimal Rebuild)](fd-ide-minimal-rebuild.md)

- [/Fe (Name EXE File)](fe-name-exe-file.md)
- [`/Fd` (Name PDB File)](fd-program-database-file-name.md)

- [/FI (Name Forced Include File)](fi-name-forced-include-file.md)
- [`/Fe` (Name EXE File)](fe-name-exe-file.md)

- [/Fm (Name Mapfile)](fm-name-mapfile.md)
- [`/Fi` (Preprocess output file name)](fi-preprocess-output-file-name.md)

- [/Fo (Name Object File)](fo-object-file-name.md)
- [`/FI` (Name Forced Include File)](fi-name-forced-include-file.md)

- [/Fp (Name .pch File)](fp-name-dot-pch-file.md)
- [`/Fm` (Name Mapfile)](fm-name-mapfile.md)

- [/FR, /Fr (Create .sbr File)](fr-fr-create-dot-sbr-file.md)
- [`/Fo` (Name Object File)](fo-object-file-name.md)

- [/FU (Name Forced #using File)](fu-name-forced-hash-using-file.md)
- [`/Fp` (Name .pch File)](fp-name-dot-pch-file.md)

- [/Fx (Merge Injected Code)](fx-merge-injected-code.md)
- [`/FR`, `/Fr` (Create .sbr File)](fr-fr-create-dot-sbr-file.md)

- [`/FU` (Name Forced #using File)](fu-name-forced-hash-using-file.md)

- [`/Fx` (Merge Injected Code)](fx-merge-injected-code.md)

## See also

[MSVC Compiler Options](compiler-options.md)<br/>
[MSVC Compiler Options](compiler-options.md)\
[MSVC Compiler Command-Line Syntax](compiler-command-line-syntax.md)