EXPORTALL
EXPORTALL affects whether the compiler automatically exports certain symbols when the object deck is link-edited to form a DLL.
- Default
- EXPORTALL=NO
- YES
- Automatically exports the program-name and alternate
entry-point names when the object deck is link-edited
to form a DLL.
Specification of EXPORTALL requires that the DLL, RENT, and NODYNAM options are also used.
- NO
- Does not export any symbols.