Syntax

IMPLIB [options] implibname {deffile...| dllfile...}

Example

The following command creates the import library named MYLIB.LIB from the module definition file MYLIB.DEF.

    IMPLIB MYLIB.LIB MYLIB.DEF


[Back] [Next]