Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - (c++ only) the specified "batch" file contains a list of command lines to be http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
(C++ only) The specified "batch" file contains a list of command lines to be
processed.  This enables the processing of a number of source files together
with options for each file with one single invocation of the compiler.  Only
one "fc" option is allowed and no source file names are permitted on the
command line.
Example:

     [batch.txt]
     main        /oneatx /zp4
     part1 part2 /oneatx /zp4 /d1
     part3       /oneatx /zp4 /d2

     C>compiler_name /fc=\watcom\h\batch.txt

Each line in the file is treated stand-alone.  In other words, the options
from one line do not carry over to another line.  However, any options
specified on the command line or the associated compiler environment
variable will carry over to the individual command lines in the batch file.
When the compiler diagnoses errors in a source file, processing of
subsequent command lines is halted unless the "k" option was specified (see
k).

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson