disable translation in msvc
This commit is contained in:
parent
59fdb1c03d
commit
ce9e1899e4
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ const Feature s_features[] = {
|
|||
{ "nasm", "USE_NASM", "", true, "IA-32 assembly support" }, // This feature is special in the regard, that it needs additional handling.
|
||||
{ "opengl", "USE_OPENGL", "opengl32", true, "OpenGL support" },
|
||||
{ "indeo3", "USE_INDEO3", "", true, "Indeo3 codec support"},
|
||||
{ "translation", "USE_TRANSLATION", "", true, "Translation support" },
|
||||
{ "translation", "USE_TRANSLATION", "", false, "Translation support" },
|
||||
{ "vkeybd", "ENABLE_VKEYBD", "", false, "Virtual keyboard support"},
|
||||
{ "langdetect", "USE_DETECTLANG", "", true, "System language detection support" } // This feature actually depends on "translation", there
|
||||
// is just no current way of properly detecting this...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue