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 - when generating an object file, the "fo" option may be used to name the http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
When generating an object file, the "fo" option may be used to name the
object file drive, path, file name and extension.  If the object file name
is not specified, it is constructed from the source file name.  If the
object file extension is not specified, it is ".obj" by default.
Example:

     C>compiler_name report /fo=d:\proj\obj\

A trailing "\" must be specified for directory names.  If, for example, the
option was specified as fo=d:\proj\obj then the object file would be called
D:\PROJ\OBJ.OBJ.

A default filename extension must be preceded by a period (".").

Example:

     C>compiler_name report /fo=d:\proj\obj\.dbo

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