DISTS: Add BUILTIN_RESOURCES define to create_project
This commit is contained in:
parent
8627aa51e2
commit
5836a766fe
1 changed files with 21 additions and 20 deletions
|
@ -1056,7 +1056,8 @@ const Feature s_features[] = {
|
||||||
{ "langdetect", "USE_DETECTLANG", false, true, "System language detection support" }, // This feature actually depends on "translation", there
|
{ "langdetect", "USE_DETECTLANG", false, true, "System language detection support" }, // This feature actually depends on "translation", there
|
||||||
// is just no current way of properly detecting this...
|
// is just no current way of properly detecting this...
|
||||||
{ "text-console", "USE_TEXT_CONSOLE_FOR_DEBUGGER", false, false, "Text console debugger" }, // This feature is always applied in xcode projects
|
{ "text-console", "USE_TEXT_CONSOLE_FOR_DEBUGGER", false, false, "Text console debugger" }, // This feature is always applied in xcode projects
|
||||||
{ "tts", "USE_TTS", false, true, "Text to speech support"}
|
{ "tts", "USE_TTS", false, true, "Text to speech support"},
|
||||||
|
{"builtin-resources", "BUILTIN_RESOURCES", false, true, "include resources (e.g. engine data, fonts) into the binary"}
|
||||||
};
|
};
|
||||||
|
|
||||||
const Tool s_tools[] = {
|
const Tool s_tools[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue