targetsuffix

The targetsuffix function specifies a file name suffix for the compiled binary target.

targetsuffix ("suffix")

Applies To

Solutions, projects, and configurations.

Parameters

suffix is the new filename suffix.

See Also

targetname
targetdir
targetprefix
targetextension

Examples

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