aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian
diff options
context:
space:
mode:
authorLars Persson2008-11-19 21:07:59 +0000
committerLars Persson2008-11-19 21:07:59 +0000
commit7c4bcf951221ae5dfdef95135e5c9f1af1d60b55 (patch)
tree994a642e16206e6371dccfa260560927ce292394 /backends/platform/symbian
parent30fdd02b1e312e74994f14c273cfebb791064341 (diff)
downloadscummvm-rg350-7c4bcf951221ae5dfdef95135e5c9f1af1d60b55.tar.gz
scummvm-rg350-7c4bcf951221ae5dfdef95135e5c9f1af1d60b55.tar.bz2
scummvm-rg350-7c4bcf951221ae5dfdef95135e5c9f1af1d60b55.zip
Disable commandline support. Not used by the Symbian PORT
svn-id: r35125
Diffstat (limited to 'backends/platform/symbian')
-rw-r--r--backends/platform/symbian/src/portdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/symbian/src/portdefs.h b/backends/platform/symbian/src/portdefs.h
index a5a4511e60..8e1ba150cc 100644
--- a/backends/platform/symbian/src/portdefs.h
+++ b/backends/platform/symbian/src/portdefs.h
@@ -35,6 +35,7 @@
#include <e32std.h>
#include <math.h>
+#define DISABLE_COMMAND_LINE
#define VECTOR_RENDERER_FORMAT 565
#if defined(USE_TREMOR) && !defined(USE_VORBIS)