This option extracts library modules.
[Specification format]
-EXTract=module[,module]...
|
- | Interpretation when omitted |
None
[Detailed description]
- | This option extracts library module module from the library file specified by the -library option. |
[Example of use]
- | To extract module "file1" from library file "lib.lib" and output it to a file with the object file output format, describe as: |
>rlink -library=lib1.lib -extract=file1 -form=obj
|
[Remark]
- | If the -form={absolute|hexadecimal|stype|binary} option and the -strip option is specified, this option will be invalid. |
- | When the -form=library option is specified, library modules can be deleted. |
- | When the -form={absolute|relocate|hexadecimal|stype|binary} option is specified, external symbols can be deleted. |