We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Home > [Scripting Reference](Scripting Reference) > 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.
Solutions, projects, and configurations.
name is the new base file name.
#!lua implibname "mytarget"
There was an error while loading. Please reload this page.