Linker: Difference between revisions
Appearance
Created page with "Generates executables, libraries or object files. ==Linkers for Protected Mode== * BLINK - Zortech * ILINK.EXE - Microsoft Incremental Linker * LINK.EXE - Microsoft Segmente..." |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
==Linkers for Protected Mode== | ==Linkers for Protected Mode== | ||
* BLINK - Zortech | * BLINK - Zortech | ||
* ILINK.EXE - Microsoft Incremental Linker | * [[ILINK.EXE]] - Microsoft Incremental Linker | ||
* LINK.EXE - Microsoft Segmented Executable Linker | * [[LINK.EXE]] - Microsoft Segmented Executable Linker | ||
* LINK386.EXE - Operating System/2 Linear Executable Linker | * [[LINK386.EXE]] - Operating System/2 Linear Executable Linker | ||
* TLINK - Borland | * TLINK - Borland | ||
* WLINK - Open Watcom Linker | * WLINK - Open Watcom Linker | ||
[[Category:Tools]] | [[Category:Tools]] |
Latest revision as of 02:22, 3 June 2019
Generates executables, libraries or object files.
Linkers for Protected Mode
- BLINK - Zortech
- ILINK.EXE - Microsoft Incremental Linker
- LINK.EXE - Microsoft Segmented Executable Linker
- LINK386.EXE - Operating System/2 Linear Executable Linker
- TLINK - Borland
- WLINK - Open Watcom Linker