LINK Help (linker.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Module Statements
                                             Up Contents Index Back
─────LINK───────────────────────────────────────────────────────────────────
 
     Statement     Purpose
 
     NAME          Names the application
     LIBRARY       Names the DLL
     DESCRIPTION   Embeds text in the file
     STUB          Adds a DOS executable file to the file
     APPLOADER     Replaces the default Windows loader
     EXETYPE       Identifies the target operating system
     PROTMODE      Specifies a protected-mode program
     REALMODE      Specifies a real-mode program
     STACKSIZE     Sets stack size in bytes
     HEAPSIZE      Sets local heap size in bytes
     CODE          Sets default attributes for all code segments
     DATA          Sets default attributes for all data segments
     SEGMENTS      Sets attributes for specific segments
     OLD           Preserves ordinals from a previous DLL
     EXPORTS       Defines exported functions
     IMPORTS       Defines imported functions
     FUNCTIONS     Specifies function order and location
     INCLUDE       Inserts a file containing module statements
 
     See: Reserved Words
                                    -♦-