Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Blinker 5.10 Online Reference - <b> verbose</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 VERBOSE
------------------------------------------------------------------------------
 Purpose:
 Display status information during linking.

 Syntax:
 VERBOSE [0|1|2]

 Default:
 Disabled.

 Description:
 The VERBOSE command is used to specify to the linker that it is to display
 information regarding the current operation being performed. This command
 will slow down the linking process significantly, but provides the developer
 with a means of isolating the cause of a link time error.

 When VERBOSE is specified, Blinker displays each object module and the file
 containing it as it is processed. This output may be redirected to a file
 using standard DOS redirection if required. VERBOSE's numerical parameter
 indicates the desired level of output detail:

 0  disables VERBOSE output
 1  outputs filenames while processing
 2  outputs filenames and module names (default if no number specified)

 For an example of output generated by the VERBOSE command, see Appendix A.

 Example:
 # Create VERBOSE output and redirect to TEST.MSG
 BLINKER @TEST VERBOSE >TEST.MSG

See Also: BLINKER MESSAGE DUPLICATES MAP

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