/DEF (Specify Module-Definition File)
/DEF:filename
Remarks
where:
- filename
The name of a module-definition file (.def) to be passed to the linker.
Remarks
The /DEF option passes a module-definition file (.def) to the linker. Only one .def file can be specified to LINK. For details about .def files, see Module-Definition Files.
To set this linker option in the Visual Studio development environment
Open the project's Property Pages dialog box. For details, see Setting Visual C++ Project Properties.
Click the Linker folder.
Click the Input property page.
Modify the Module Definition File property.
To specify a .def file from within the development environment, you should add it to the project along with other files and then specify the file to the /DEF option.
To set this linker option programmatically
- See ModuleDefinitionFile.