The Alaska Linker - ALINK.EXE Foundation
The linker ALINK creates a single file containing executable 32 bit code from OBJ and LIB (libraries) files. OBJ files are the program modules of an application created by the compiler and LIB files contain collections of several OBJ files. The output file of the linker can be either an EXE or a DLL file. All files to be linked by ALINK must comply with the Common Object File Format (COFF).
Calling the linker from the command line
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.