LINK Help (linker.hlp) (Table of Contents; Topic list)
/PM Option
                                             Up Contents Index Back
─────EXEHDR─────────────────────────────────────────────────────────────────
 
     Syntax:  /P[MTYPE]:type
 
     Sets the type of application. The <type> is one of the keywords
     for either LINK's /PM option or the NAME statement in a .DEF file.
 
     /PM Option    NAME Argument      Application Type
 
     /PM:PM        WINDOWAPI          Windows application
 
     /PM:VIO       WINDOWCOMPAT       Character-mode application to run
                                      in a text window in Windows
 
     /PM:NOVIO     NOTWINDOWCOMPAT    Character-mode application that
                                      must run full screen and cannot
                                      run in a text window in Windows
 
     See: NAME Statement
          LINK /PM Option
                                    -♦-