aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/mmp/scummvm_drascula.mmp.in
diff options
context:
space:
mode:
authoranotherguest2014-09-10 08:49:19 +0200
committeranotherguest2014-09-10 08:49:19 +0200
commitb47387d4d073d76df0ba82e929044427c11594b1 (patch)
tree3cc53a8b58f2eec43ed5a7523bca6550f6567f44 /backends/platform/symbian/mmp/scummvm_drascula.mmp.in
parent3f010fe5a5f5cfcf4b3cee01f1c29f72a2ac1d09 (diff)
downloadscummvm-rg350-b47387d4d073d76df0ba82e929044427c11594b1.tar.gz
scummvm-rg350-b47387d4d073d76df0ba82e929044427c11594b1.tar.bz2
scummvm-rg350-b47387d4d073d76df0ba82e929044427c11594b1.zip
SYMBIAN: Final batch of updated mmp.in files and updated help file.
Diffstat (limited to 'backends/platform/symbian/mmp/scummvm_drascula.mmp.in')
-rw-r--r--backends/platform/symbian/mmp/scummvm_drascula.mmp.in19
1 files changed, 1 insertions, 18 deletions
diff --git a/backends/platform/symbian/mmp/scummvm_drascula.mmp.in b/backends/platform/symbian/mmp/scummvm_drascula.mmp.in
index 8f532d4498..7f39126e68 100644
--- a/backends/platform/symbian/mmp/scummvm_drascula.mmp.in
+++ b/backends/platform/symbian/mmp/scummvm_drascula.mmp.in
@@ -32,10 +32,7 @@
TARGET scummvm_drascula.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 -Wno-unused -Wno-format -fsigned-char
-ALWAYS_BUILD_AS_ARM
+#include "config.mmh"
//START_AUTO_MACROS_SLAVE//
@@ -55,17 +52,3 @@ SOURCEPATH ..\..\..\..\engines\drascula
// *** Include paths
-USERINCLUDE ..\..\..\..\engines
-USERINCLUDE ..\..\..\.. ..\..\..\..\gui ..\..\..\..\audio ..\src
-
-SYSTEMINCLUDE \epoc32\include\freetype
-SYSTEMINCLUDE \epoc32\include\mpeg2dec
-SYSTEMINCLUDE \epoc32\include\jpeg
-SYSTEMINCLUDE \epoc32\include\png
-SYSTEMINCLUDE \epoc32\include\ESDL
-SYSTEMINCLUDE \epoc32\include\ZLIB // before \epoc32\include because symbian already has older version
-SYSTEMINCLUDE \epoc32\include\libc
-SYSTEMINCLUDE \epoc32\include\theora
-SYSTEMINCLUDE \epoc32\include\tremor
-SYSTEMINCLUDE \epoc32\include
-SYSTEMINCLUDE ..\src // for portdefs.h