LINK Help (linker.hlp) (Table of Contents; Topic list)
/PM Option
                                             Up Contents Index Back
─────LINK───────────────────────────────────────────────────────────────────
 
     Syntax:  /PM[TYPE]:type
 
     The /PM option specifies the type of application being generated.
 
     /PM requires a <type> argument, which is equivalent to the
     <apptype> in a NAME statement in a module-definition (.DEF) file.
     The default type is PM. The type can also be set using EXEHDR.
 
     <type>     NAME <apptype> Equivalent
 
     PM         WINDOWAPI
     VIO        WINDOWCOMPAT
     NOVIO      NOTWINDOWCOMPAT
 
     See: EXEHDR /PM Option
          NAME Statement
                                    -♦-