Skip to content

Commit 2febae2

Browse files
committed
edits
1 parent 5587245 commit 2febae2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/build/reference/base-base-address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The **`/BASE`** linker option sets a base address for the program. It overrides
2222

2323
The linker issues an error if *`address`* isn't a multiple of 64K. You can optionally specify the size of the program. The linker issues a warning if the program can't fit in the size you specified.
2424

25-
On the command line, another way to specify the base address is by using a *base address response file*. A base address response file is a text file that contains the base addresses and optional sizes of all the DLLs your program uses, and a unique text key for each base address. To specify a base address by using a response file, use an at sign (**`@`**) followed by the name of the response file, *`filename`*, followed by a comma, then the *`key`* value for the base address to use in the file. The linker looks for *`filename`* in either the specified path, or if no path is specified, in the directories specified in the `LIB` environment variable. The *`filename`* can't contain more than `MAX_PATH` (260) characters. Each line in *`filename`* represents one DLL and has the following syntax:
25+
On the command line, another way to specify the base address is by using a *base address response file*. A base address response file is a text file that contains the base addresses and optional sizes of all the DLLs your program uses, and a unique text key for each base address. To specify a base address by using a response file, use an at sign (**`@`**) followed by the name of the response file, *`filename`*, followed by a comma, then the *`key`* value for the base address to use in the file. The linker looks for *`filename`* in either the specified path, or if no path is specified, in the directories specified in the `LIB` environment variable. The *`filename`* must not exceed `MAX_PATH` (260) characters. Each line in *`filename`* represents one DLL and has the following syntax:
2626

2727
> *`key`* *`address`* \[*`size`*] **`;`** *`comment`*
2828

docs/build/reference/ilk-name-incremental-database-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "/ILK (Name incremental database file)"
33
description: "The MSVC linker option /ILK specifies the incremental link database file pathname."
4-
ms.date: 09/07/2022
4+
ms.date: 03/24/2025
55
f1_keywords: ["VC.Project.VCLinkerTool.IncrementalLinkDatabaseFile", "/ilk", "ilk"]
66
helpviewer_keywords: ["Name incremental database file in C++ linker", "/ILK linker option", "-ILK linker option", "ILK linker option"]
77
---

docs/build/reference/link-repro-full-path-rsp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Learn more about: /LINKREPROFULLPATHRSP (Generate file containing absolute paths of linked files)"
33
title: "/LINKREPROFULLPATHRSP (Generate file containing absolute paths of linked files)"
4-
ms.date: 06/10/2024
4+
ms.date: 03/24/2025
55
f1_keywords: ["VC.Project.VCLinkerTool.LinkReproFullPathRSP", "/LINKREPROFULLPATHRSP"]
66
helpviewer_keywords: ["/LINKREPROFULLPATHRSP linker option", "-LINKREPROFULLPATHRSP linker option", "LINKREPROFULLPATHRSP linker option"]
77
---

docs/build/reference/manifestinput-specify-manifest-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Learn more about: /MANIFESTINPUT (Specify Manifest Input)"
33
title: "/MANIFESTINPUT (Specify Manifest Input)"
4-
ms.date: 09/09/2022
4+
ms.date: 03/24/2025
55
f1_keywords: ["VC.Project.VCLinkerTool.ManifestInput"]
66
---
77
# /MANIFESTINPUT (Specify Manifest Input)

docs/build/reference/sourcelink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "/SOURCELINK (Include Sourcelink file in PDB)"
33
description: "Reference guide to the /SOURCELINK linker option in Microsoft C++."
4-
ms.date: "03/31/2020"
4+
ms.date: 03/24/2025
55
f1_keywords: ["/sourcelink"]
66
helpviewer_keywords: ["/SOURCELINK linker option", "/SOURCELINK"]
77
---

0 commit comments

Comments
 (0)