This option outputs the variable/function information file.
[Specification format]
 
-  | Interpretation when omitted  | 
 
The variable/function information file is not output.
[Detailed description]
-  | Specify the variable/function information file as file.  | 
 
-  | If the file name is omitted, vfinfo.h is output as the variable/function information file.  | 
 
-  | When the file name has no extension, ".h" is assumed as the extension.  | 
 
[Example of use]
-  | To output the variable/function information file to file.h, describe as:  | 
 
>rlink a.obj b.obj -vfinfo=file.h 
 | 
 
[Remark]
-  | If the -form={object|relocate|library} option, -strip option, or -extract option is specified, this option will be invalid.  | 
 
-  | If the -device option is not specified, this option will be invalid.  |