31.12.2013 Views

Linkage Kit Manual V6-00 - Fujitsu

Linkage Kit Manual V6-00 - Fujitsu

Linkage Kit Manual V6-00 - Fujitsu

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

10.2 Details of the Options of a Librarian<br />

10.2.4 Extracting a Module (-x)<br />

A module is extracted from a library file and put it back into an object module file before<br />

registration.<br />

■ Extracting a Module (-x)<br />

[Format]<br />

-x < Module name > [, < Object module file name > ]<br />

[Parameters]<br />

<br />

Name of module to be extracted<br />

<br />

Name of output file of extracted module<br />

[Description]<br />

The specified module is extracted from a library file.<br />

The extracted module becomes the same object module file before registration.<br />

If the is not specified, a file is created with the followed by<br />

the ".obj" extension.<br />

[Example]<br />

flibs syslib -x add<br />

flibs syslib.lib -x add,add.obj<br />

The module, add is extracted from an existing library file and the add.obj file is created.<br />

flibs syslib -x add,add.o<br />

The module, add is extracted from an existing library file and the add.o file is created.<br />

Note:<br />

You may specify as many -x options as the modules to be extracted.<br />

If two module names are specified, the second one specified is valid. In the following example,<br />

add.obj is not created and only addfunc.obj is created.<br />

flibs syslib -x add -x add,addfunc.obj<br />

Modules generated using the SOFTUNE V3 language tools output using the current object formats.<br />

PART III LIBRARIAN 225

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!