This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/website/docs/targetsuffix.md
2021-03-12 22:10:24 +01:00

512 B

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