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 - by default, the object file name and the module name that is placed within http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
By default, the object file name and the module name that is placed within
it are constructed from the source file name.  When the "nm" option is used,
the module name that is placed into the object file is "<name>".  For large
code models, the "text" segment name is "<name>_TEXT" unless the "nt" option
is used.
In the following example, the preprocessed output from REPORT.C is stored on
drive "D" under the name TEMP.C.  The file is compiled with the "nm" option
so that the module name imbedded into the object file is "REPORT" rather
than "TEMP".

Example:

     C>compiler_name report /pl /fo=d:\temp.c
     C>compiler_name d:\temp /nm=report /fo=report

Since the "fo" option is also used, the resultant object file is called
REPORT.OBJ.

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