implibsuffix

The implibsuffix function specifies a file name suffix for the import library base file name. Import libraries are generated for Windows DLL projects.

implibsuffix ("suffix")

Applies To

Solutions, projects, and configurations.

Parameters

suffix is the new filename suffix.

See Also

implibname
implibdir
implibprefix
implibextension

Examples

-- Add "-d" to debug versions of files
configuration "Debug"
   implibsuffix "-d"