e9525eec34
`configuration()` will not be supported in Premake6. Marking it deprecated now so everyone has a chance to phase it out. Closes #1708.
524 B
524 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
filter { "configurations:Debug" }
targetsuffix "-d"