Use the DESCRIPTION statement to insert the specified text into the .EXE or .DLL file that you are creating.
| DESCRIPTION statement syntax |
|---|
|
The DESCRIPTION statement is useful for embedding source control or copyright information. The inserted text must be a one-line string enclosed in single quotation marks.
In the following example, the linker inserts the text Template Program into the .EXE or .DLL file if the following line is in a .DEF file:
DESCRIPTION 'Template Program'