Miscellaneous Utilities Help (misc.hlp) (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.
BSCMAKE Options
                                             Up Contents Index Back
─────BSCMAKE────────────────────────────────────────────────────────────────
 
     Options can appear only in the <options> field on the command line.
     Option names are case sensitive (except for /HELP and /NOLOGO).
     If the /r option is used, it must be specified first.
 
     BSCMAKE has the following options:
 
     Option     Action
 
     /Ei        Exclude specified include files
     /El        Exclude local symbols
     /Em        Exclude symbols in the body of macros
     /Er        Exclude specified symbols
     /Es        Exclude include files specified with absolute paths
     /HELP      Display help
     /Iu        Include unreferenced symbols
     /n         Force a nonincremental build
     /NOLOGO    Suppresses the copyright message
     /o         Specify a name for the database file
     /r         Prevent use of extended memory
     /S         Process specified include files
     /v         Provide verbose output
     /?         Display short help
                                    -♦-