summaryrefslogtreecommitdiff
path: root/apps/options.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-04-24 17:35:32 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-04-24 17:35:32 +0000
commitc391a711e468b5ab0df1d33d9fadf86b28b94662 (patch)
treedc567693c6b1ce7ae0e47a9ea3614af4017ab103 /apps/options.h
parent7bb746b4fe2dbac87ca96773b3408d11ffb5006e (diff)
downloadrockbox-c391a711e468b5ab0df1d33d9fadf86b28b94662.tar.gz
rockbox-c391a711e468b5ab0df1d33d9fadf86b28b94662.zip
Disabled demos to stay below 200KB
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3603 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/options.h')
-rw-r--r--apps/options.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/options.h b/apps/options.h
index 24cd2ad58c..d321c8584d 100644
--- a/apps/options.h
+++ b/apps/options.h
@@ -25,6 +25,11 @@
25#define USE_DEMOS 25#define USE_DEMOS
26#endif 26#endif
27 27
28/* disable demos until plugins are added, to stay below 200KB */
29#ifdef USE_DEMOS
30#undef USE_DEMOS
31#endif
32
28#ifndef DISABLE_GAMES 33#ifndef DISABLE_GAMES
29#undef USE_GAMES /* since older Makefiles set the define */ 34#undef USE_GAMES /* since older Makefiles set the define */
30#define USE_GAMES 35#define USE_GAMES