Specifies a file name suffix for the import library base file name. Import libraries are generated for Windows DLL projects.
implibsuffix ("suffix")
suffix
is the new filename suffix.
Project configurations.
Premake 4.0 or later.
-- Add "-d" to debug versions of files
filter { "configurations:Debug" }
implibsuffix "-d"