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.
/NOPACKF Option
                                             Up Contents Index Back
─────LINK───────────────────────────────────────────────────────────────────
 
     Syntax:  /NOPACKF[UNCTIONS]
 
     The /NOPACKF option prevents the removal of unreferenced packaged
     functions. By default, if a packaged function is defined but not
     called, LINK removes the function definition from the executable
     file. Use /NOPACKF to preserve the definition.
     See: Packaged Functions
          /PACKF Option
                                    -♦-