aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorLittleboy2011-04-01 01:30:12 -0400
committerJulien2011-06-16 10:38:34 -0400
commitc3d9c6afa57055705849359deaac7c5748d66fe1 (patch)
tree810a9b2ce820f0ae15186ebe3054f2f0a48e97c8 /devtools
parenta523ade3329a36a50c75161279ced7c0d754906f (diff)
downloadscummvm-rg350-c3d9c6afa57055705849359deaac7c5748d66fe1.tar.gz
scummvm-rg350-c3d9c6afa57055705849359deaac7c5748d66fe1.tar.bz2
scummvm-rg350-c3d9c6afa57055705849359deaac7c5748d66fe1.zip
BACKENDS: Add use flag for taskbar integration
Diffstat (limited to 'devtools')
-rw-r--r--devtools/create_project/create_project.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp
index aafbe7585b..35d08561bf 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -779,6 +779,7 @@ const Feature s_features[] = {
{ "mt32emu", "USE_MT32EMU", "", true, "integrated MT-32 emulator" },
{ "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" },
+ { "taskbar", "USE_TASKBAR", "", true, "Taskbar integration support" },
{ "translation", "USE_TRANSLATION", "", true, "Translation support" },
{ "vkeybd", "ENABLE_VKEYBD", "", false, "Virtual keyboard support"},
{ "langdetect", "USE_DETECTLANG", "", true, "System language detection support" } // This feature actually depends on "translation", there