Skip to content
mba105 edited this page Sep 24, 2014 · 2 revisions

Home > [Scripting Reference](Scripting Reference) > targetsuffix


targetsuffix

The targetsuffix function specifies a file name suffix for the compiled binary target.

#!lua
targetsuffix ("suffix")

Applies To

Solutions, projects, and configurations.

Parameters

suffix is the new filename suffix.

See Also

Examples

#!lua
-- Add "-d" to debug versions of files
configuration "Debug"
   targetsuffix "-d"
Clone this wiki locally