|
|
@@ -693,7 +693,7 @@ void ProjectExporter::BuildConfiguration::createPropertyEditors (PropertyListBui |
|
|
|
"The name of this configuration.");
|
|
|
|
|
|
|
|
props.add (new BooleanPropertyComponent (isDebugValue(), "Debug mode", "Debugging enabled"),
|
|
|
|
"If enabled, this means that the configuration should be built with debug synbols.");
|
|
|
|
"If enabled, this means that the configuration should be built with debug symbols.");
|
|
|
|
|
|
|
|
props.add (new TextPropertyComponent (getTargetBinaryName(), "Binary name", 256, false),
|
|
|
|
"The filename to use for the destination binary executable file. If you don't add a suffix to this name, "
|
|
|
|