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.
L4045
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LINK Warning L4045
 
     name of output file is 'filename'
 
     LINK used the given filename for the output file.
 
     If the output filename is specified without an extension, LINK
     assumes the default extension .EXE. Creating a Quick library,
     DLL, or .COM file forces LINK to use a different extension. In the
     following cases, if either .EXE or no extension is specified, LINK
     assumes the appropriate extension:
 
          /TINY option          .COM
          /Q option             .QLB
          LIBRARY statement     .DLL
 
     This warning also occurs if the name specified in the LIBRARY
     statement in the module-definition (.DEF) file does not match the
     name specified in the <exefile> field.
                                    -♦-