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 - the "fo" option is used with any form of the "p" (preprocessor) option to http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The "fo" option is used with any form of the "p" (preprocessor) option to
name the output file drive, path, file name and extension.  If the output
file name is not specified, it is constructed from the source file name.  If
the output file extension is not specified, it is ".i" by default.
Example:

     C>compiler_name report /p /fo=d:\proj\prep\

A trailing "\" must be specified for directory names.  If, for example, the
option was specified as fo=d:\proj\prep then the output file would be called
D:\PROJ\PREP.I.  A default filename extension must be preceded by a period
(".").

Example:

     C>compiler_name report /p /fo=d:\proj\prep\.cpr

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