Skip to content
mba105 edited this page Sep 24, 2014 · 2 revisions

Home > [Scripting Reference](Scripting Reference) > implibname


implibname

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

#!lua
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

Examples

#!lua
implibname "mytarget"
Clone this wiki locally