-
-
Notifications
You must be signed in to change notification settings - Fork 617
implibname
Jason Perkins edited this page Apr 14, 2015
·
7 revisions
Home > [Project API](Project API) > 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"