Rational Developer for System z
PL/I for Windows, Version 7.6, Programming Guide

/GI

Read syntax diagramSkip visual syntax diagram>>-/GENI[IMPLIB]--:filename------------------------------------><
 

Use the /GENIMPLIB option to create an import library/export object pair.

Example

The command above will create an import library named sample.lib and an export object named sample.exp from the module definition file sample.def. However, if no exported symbols are contained, then sample.lib will not be produced.

    ilib /gi sample.def

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)