LINK Help (linkx.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.
/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
                                    -♦-