LINK Help (linkx.hlp) (Table of Contents; Topic list)
/PM Option
                                             Up Contents Index Back
─────/PM Option─────────────────────────────────────────────────────────────
 
     Syntax:  /PM[TYPE]:type
 
     The /PM option specifies the type of Windows or OS/2 application
     being generated. /PM is equivalent to a type specification in the
     NAME statement in a module-definition file.
 
     Each possible <type> is equivalent to the <apptype> argument in a
     NAME statement. The default is NOVIO.
 
     <type>     NAME <apptype> Equivalent
 
     PM         WINDOWAPI
     VIO        WINDOWCOMPAT
     NOVIO      NOTWINDOWCOMPAT
 
     See: NAME Statement
                                    -♦-