Skip to content

targetsuffix

Jason Perkins edited this page May 30, 2015 · 7 revisions

Specifies a file name suffix for the compiled binary target.

targetsuffix ("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
configuration "Debug"
   targetsuffix "-d"

See Also

Clone this wiki locally