Skip to content

Commit 5e0205c

Browse files
author
Colin Robertson
authored
Merge pull request #2680 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents 1c97582 + 3f90d12 commit 5e0205c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/build/reference/wholearchive-include-all-library-object-files.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "/WHOLEARCHIVE (Include All Library Object Files)"
3-
ms.date: "11/04/2016"
3+
ms.date: "02/12/2020"
44
ms.assetid: ee92d12f-18af-4602-9683-d6223be62ac9
55
---
66
# /WHOLEARCHIVE (Include All Library Object Files)
@@ -9,7 +9,13 @@ Force the linker to include all object files in the static library in the linked
99

1010
## Syntax
1111

12-
> /WHOLEARCHIVE[:*library*]
12+
> **/WHOLEARCHIVE**\
13+
> **/WHOLEARCHIVE:**_library_
14+
15+
### Arguments
16+
17+
*library*\
18+
An optional pathname to a static library. The linker includes every object file from this library.
1319

1420
## Remarks
1521

0 commit comments

Comments
 (0)