Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Specifies a module-definition file to the linker.
Syntax
/DEF:filename
Arguments
filename
The name of a module-definition file (.def) to be passed to the linker. When expanded, the fully qualified filename must not exceed MAX_PATH (260 characters).
Remarks
The /DEF linker 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 specify a .def file from within the development environment, add it to the project along with your other source files and then specify the file in the project's Property Pages dialog.
To set this linker option in the Visual Studio development environment
- Open the project's Property Pages dialog box. For more information, see Set compiler and build properties.
- Select the Configuration Properties > Linker > Input property page.
- Modify the Module Definition File property. Choose OK or Apply to save your changes.
To set this linker option programmatically
- See ModuleDefinitionFile.