implibname

The implibname function specifies the import library base file name. Import libraries are generated for Windows DLL projects.

implibname ("name")

By default, the target name will be used as the import library file name. The implibname function allows you to change this default.

Applies To

Solutions, projects, and configurations.

Parameters

name is the new base file name.

See Also

implibdir
implibextension
implibprefix
implibsuffix

Examples

implibname "mytarget"