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.
/S Option
                                             Up Contents Index Back
─────BSCMAKE────────────────────────────────────────────────────────────────
 
     Syntax:  /S filename
              /S (filename...)
 
     Tells BSCMAKE to process the specified include file the first time
     it is encountered and to exclude it otherwise. To specify multiple
     files, separate the names with spaces and enclose the list in
     parentheses.
 
     Use this option to save processing time when a file is included in
     several source files but is unchanged by preprocessing directives
     each time. You may also want to use this option if a file changes
     in ways that are unimportant for the database you are creating.
 
     To exclude the file every time it is included, use /Ei or /Es.
     See: /Ei Option
          /Es Option
                                    -♦-