mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-05 22:51:55 -05:00
524 B
Vendored
524 B
Vendored
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"