/DEF (Windows CE 5.0)
This option passes a module-definition file (.def) to the linker. Only one .def file can be specified to LINK.
/DEF:filename
For details about .def files, see Module-Definition File.
Do not specify this option within the development environment; this option is used only on the command line. To specify a .def file, add it to the project along with other files.
See Also
Send Feedback on this topic to the authors