mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-05 22:31:56 -05:00
502 B
Vendored
502 B
Vendored
Turns the edit-and-continue features of a toolset or platform on and off.
editandcontinue "value"
If no value is set for a configuration, the toolset's default setting (usually "On") will be used.
Parameters
value
is a boolean value, i.e. "On" or "Off".
Applies To
Project configurations.
Availability
Premake 5.0 or later.
Examples
-- Turn off edit and continue
editandcontinue "Off"