Skip to content

Commit 9fe93fa

Browse files
author
Colin Robertson
committed
Updates to linker options and TOC
1 parent 6da3989 commit 9fe93fa

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/build/reference/TOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@
203203
### [/DELAY (Delay Load Import Settings)](delay-delay-load-import-settings.md)
204204
### [/DELAYLOAD (Delay Load Import)](delayload-delay-load-import.md)
205205
### [/DELAYSIGN (Partially Sign an Assembly)](delaysign-partially-sign-an-assembly.md)
206+
### [/DEPENDENTLOADFLAGS (Set default dependent load flags)](dependentloadflags.md)
206207
### [/DLL (Build a DLL)](dll-build-a-dll.md)
207208
### [/DRIVER (Windows NT Kernel Mode Driver)](driver-windows-nt-kernel-mode-driver.md)
208209
### [/DYNAMICBASE (Use address space layout randomization)](dynamicbase-use-address-space-layout-randomization.md)

docs/build/reference/linker-options.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ You can use the [comment](../../preprocessor/comment-c-cpp.md) pragma to specify
5454
|[/DELAY](../../build/reference/delay-delay-load-import-settings.md)|Controls the delayed loading of DLLs.|
5555
|[/DELAYLOAD](../../build/reference/delayload-delay-load-import.md)|Causes the delayed loading of the specified DLL.|
5656
|[/DELAYSIGN](../../build/reference/delaysign-partially-sign-an-assembly.md)|Partially signs an assembly.|
57+
|[/DEPENDENTLOADFLAGS](dependentloadflags.md)|Sets default flags on dependent DLL loads.|
5758
|[/DLL](../../build/reference/dll-build-a-dll.md)|Builds a DLL.|
5859
|[/DRIVER](../../build/reference/driver-windows-nt-kernel-mode-driver.md)|Creates a kernel mode driver.|
5960
|[/DYNAMICBASE](../../build/reference/dynamicbase-use-address-space-layout-randomization.md)|Specifies whether to generate an executable image that can be randomly rebased at load time by using the address space layout randomization (ASLR) feature.|

0 commit comments

Comments
 (0)