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.
/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
                                    -♦-