Skip to content

targetsuffix

starkos edited this page Apr 10, 2021 · 7 revisions

⚠️ We have a new website! Visit now for the most update to date documentation.
       This wiki is no longer being maintained.


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