Skip to main content

implibsuffix

Specifies a file name suffix for the import library base file name. Import libraries are generated for Windows DLL projects.

implibsuffix ("suffix")

Parameters

suffix is the new filename suffix.

Applies To

Project configurations.

Availability

Premake 4.0 or later.

Examples

-- Add "-d" to debug versions of files
filter { "configurations:Debug" }
implibsuffix "-d"

See Also