-
Notifications
You must be signed in to change notification settings - Fork 20
implibname
mba105 edited this page Sep 24, 2014
·
2 revisions
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"