diff options
author | Lars Persson | 2008-11-19 21:07:59 +0000 |
---|---|---|
committer | Lars Persson | 2008-11-19 21:07:59 +0000 |
commit | 7c4bcf951221ae5dfdef95135e5c9f1af1d60b55 (patch) | |
tree | 994a642e16206e6371dccfa260560927ce292394 /backends | |
parent | 30fdd02b1e312e74994f14c273cfebb791064341 (diff) | |
download | scummvm-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')
-rw-r--r-- | backends/platform/symbian/src/portdefs.h | 1 |
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) |