The linker is designed to link object files with other library
files you specify to produce either an executable program file (.EXE)
or a dynamic link library (.DLL).
The linker optionally produces a map file, which provides information
about the contents of the executable output.
- Input
- Output
- options
- executable file (.EXE or .DLL)
- object files (*.OBJ)
- map file (.MAP)
- library files (*.LIB)
- return code
- module definition file (.DEF)
-
- (Windows)export files (*.EXP)
-
- (Windows)resource files (*.RES)
-
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)