From ec0804eb23ebb2228ec439c56dbcfa49b4811b98 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Tue, 29 Jan 2008 21:19:45 +0000 Subject: - Updated default char signing to signed (as per PC) in makefiles - Fix for Symbian scrolling problem in GOB3, expressions not evaluated properly resulting in offset beeing set to -1 and not the right offset. svn-id: r30703 --- backends/platform/symbian/mmp/scummvm_scumm.mmp.in | 1 + 1 file changed, 1 insertion(+) (limited to 'backends/platform/symbian/mmp/scummvm_scumm.mmp.in') diff --git a/backends/platform/symbian/mmp/scummvm_scumm.mmp.in b/backends/platform/symbian/mmp/scummvm_scumm.mmp.in index fabaaf232f..39490cfd29 100644 --- a/backends/platform/symbian/mmp/scummvm_scumm.mmp.in +++ b/backends/platform/symbian/mmp/scummvm_scumm.mmp.in @@ -30,6 +30,7 @@ TARGET scummvm_scumm.lib TARGETTYPE lib OPTION MSVC /QIfist /Ob1 /Oy /GF // /QIfist disables use of __ftol2 to avoid linker probs with MS libc: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/vcrefQIfistSuppress_ftol.asp OPTION GCC -Wno-multichar -Wno-reorder // don't optimize for ARM, platform way too sensitive for that :( just turn off some common warnings +OPTION GCCE -Wno-multichar -Wno-reorder -fsigned-char ALWAYS_BUILD_AS_ARM //START_AUTO_MACROS_SLAVE// -- cgit v1.2.3