DESCRIPTION Module Definition Statement

Syntax: Parameters:
DESCRIPTION 'text' Descriptive text

Use the DESCRIPTION statement to insert the specified text into the .EXE or .DLL file you are creating. The DESCRIPTION statement is useful for embedding source control or copyright information into your program or DLL.

The inserted text must be a one-line string enclosed in single quotation marks.

Example

Given the following line in a .def file,

DESCRIPTION 'Template Program'

the linker inserts the text Template Program into the .EXE or .DLL file.



Summary of Module Definition Statements