-
-
Notifications
You must be signed in to change notification settings - Fork 640
implibsuffix
TurkeyMan edited this page Mar 12, 2015
·
7 revisions
Home > [Project API](Project API) > implibsuffix
The implibsuffix function specifies a file name suffix for the import library base file name. Import libraries are generated for Windows DLL projects.
#!lua
implibsuffix ("suffix")
Solutions, projects, and configurations.
suffix is the new filename suffix.
#!lua
-- Add "-d" to debug versions of files
configuration "Debug"
implibsuffix "-d"