From 6879c9e3128a4e910af476b2f6687a61891bab81 Mon Sep 17 00:00:00 2001 From: Rageking8 <106309953+Rageking8@users.noreply.github.com> Date: Sun, 13 Jul 2025 19:07:22 +0800 Subject: [PATCH 1/5] Change "-" to "/" in title of "Output-File (/F) Options" topic --- docs/build/reference/output-file-f-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/reference/output-file-f-options.md b/docs/build/reference/output-file-f-options.md index 601eba50f4..4b43905105 100644 --- a/docs/build/reference/output-file-f-options.md +++ b/docs/build/reference/output-file-f-options.md @@ -1,6 +1,6 @@ --- description: "Learn more about: Output-File (/F) Options" -title: "Output-File (-F) Options" +title: "Output-File (/F) Options" 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 From 3bd79cc59f2cadebd9cc76dd2263e4351446f040 Mon Sep 17 00:00:00 2001 From: Rageking8 <106309953+Rageking8@users.noreply.github.com> Date: Sun, 13 Jul 2025 19:08:41 +0800 Subject: [PATCH 2/5] Replace `br` element with escapes in "Output-File (/F) Options" topic --- docs/build/reference/output-file-f-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/reference/output-file-f-options.md b/docs/build/reference/output-file-f-options.md index 4b43905105..100c79acc5 100644 --- a/docs/build/reference/output-file-f-options.md +++ b/docs/build/reference/output-file-f-options.md @@ -33,5 +33,5 @@ The output-file options create or rename output files. They affect all C or C++ ## See also -[MSVC Compiler Options](compiler-options.md)
+[MSVC Compiler Options](compiler-options.md)\ [MSVC Compiler Command-Line Syntax](compiler-command-line-syntax.md) From eb4e1fa57f90a78cbf13bb362f05c4e0edcc8381 Mon Sep 17 00:00:00 2001 From: Rageking8 <106309953+Rageking8@users.noreply.github.com> Date: Sun, 13 Jul 2025 19:11:10 +0800 Subject: [PATCH 3/5] Add backticks in "Output-File (/F) Options" topic --- docs/build/reference/output-file-f-options.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/build/reference/output-file-f-options.md b/docs/build/reference/output-file-f-options.md index 100c79acc5..013491a037 100644 --- a/docs/build/reference/output-file-f-options.md +++ b/docs/build/reference/output-file-f-options.md @@ -5,31 +5,31 @@ 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` (Name PDB File)](fd-program-database-file-name.md) -- [/Fe (Name EXE File)](fe-name-exe-file.md) +- [`/Fe` (Name EXE File)](fe-name-exe-file.md) -- [/FI (Name Forced Include File)](fi-name-forced-include-file.md) +- [`/FI` (Name Forced Include File)](fi-name-forced-include-file.md) -- [/Fm (Name Mapfile)](fm-name-mapfile.md) +- [`/Fm` (Name Mapfile)](fm-name-mapfile.md) -- [/Fo (Name Object File)](fo-object-file-name.md) +- [`/Fo` (Name Object File)](fo-object-file-name.md) -- [/Fp (Name .pch File)](fp-name-dot-pch-file.md) +- [`/Fp` (Name .pch File)](fp-name-dot-pch-file.md) -- [/FR, /Fr (Create .sbr File)](fr-fr-create-dot-sbr-file.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) +- [`/FU` (Name Forced #using File)](fu-name-forced-hash-using-file.md) -- [/Fx (Merge Injected Code)](fx-merge-injected-code.md) +- [`/Fx` (Merge Injected Code)](fx-merge-injected-code.md) ## See also From 5fd83e4f0392af3cae940121c16a8fe969e8f77b Mon Sep 17 00:00:00 2001 From: Rageking8 <106309953+Rageking8@users.noreply.github.com> Date: Sun, 13 Jul 2025 19:18:59 +0800 Subject: [PATCH 4/5] Add 2 missing entries in "Output-File (/F) Options" topic --- docs/build/reference/output-file-f-options.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/build/reference/output-file-f-options.md b/docs/build/reference/output-file-f-options.md index 013491a037..a39a8eacf8 100644 --- a/docs/build/reference/output-file-f-options.md +++ b/docs/build/reference/output-file-f-options.md @@ -13,10 +13,14 @@ The output-file options create or rename output files. They affect all C or C++ - [Specifying the Pathname](specifying-the-pathname.md) +- [`/FD` (IDE Minimal Rebuild)](fd-ide-minimal-rebuild.md) + - [`/Fd` (Name PDB File)](fd-program-database-file-name.md) - [`/Fe` (Name EXE File)](fe-name-exe-file.md) +- [`/Fi` (Preprocess output file name)](fi-preprocess-output-file-name.md) + - [`/FI` (Name Forced Include File)](fi-name-forced-include-file.md) - [`/Fm` (Name Mapfile)](fm-name-mapfile.md) From e748730f4d83bdbed68632b5d1f1891c67fd49a3 Mon Sep 17 00:00:00 2001 From: Rageking8 <106309953+Rageking8@users.noreply.github.com> Date: Sun, 13 Jul 2025 19:20:38 +0800 Subject: [PATCH 5/5] Update metadata in "Output-File (/F) Options" topic --- docs/build/reference/output-file-f-options.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/build/reference/output-file-f-options.md b/docs/build/reference/output-file-f-options.md index a39a8eacf8..da20a94a48 100644 --- a/docs/build/reference/output-file-f-options.md +++ b/docs/build/reference/output-file-f-options.md @@ -1,9 +1,8 @@ --- -description: "Learn more about: Output-File (/F) Options" title: "Output-File (/F) Options" -ms.date: "11/04/2016" +description: "Learn more about: Output-File (/F) Options" +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