aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/mmp/scummvm_avalanche.mmp.in
diff options
context:
space:
mode:
authoranotherguest2014-09-03 08:42:53 +0200
committeranotherguest2014-09-03 08:42:53 +0200
commit20d363c78558d46ce6669a1ad924068ad3d6e921 (patch)
tree5b2d14510e33177e46fbaf0796d4c39c467443af /backends/platform/symbian/mmp/scummvm_avalanche.mmp.in
parent63f2ba2c1de1fd69e2a65a45a9d2d056c5148213 (diff)
downloadscummvm-rg350-20d363c78558d46ce6669a1ad924068ad3d6e921.tar.gz
scummvm-rg350-20d363c78558d46ce6669a1ad924068ad3d6e921.tar.bz2
scummvm-rg350-20d363c78558d46ce6669a1ad924068ad3d6e921.zip
SYMBIAN: Move options into config.mmh file and updated other makefiles.
Diffstat (limited to 'backends/platform/symbian/mmp/scummvm_avalanche.mmp.in')
-rw-r--r--backends/platform/symbian/mmp/scummvm_avalanche.mmp.in22
1 files changed, 2 insertions, 20 deletions
diff --git a/backends/platform/symbian/mmp/scummvm_avalanche.mmp.in b/backends/platform/symbian/mmp/scummvm_avalanche.mmp.in
index 5260edc79d..40047bb6b7 100644
--- a/backends/platform/symbian/mmp/scummvm_avalanche.mmp.in
+++ b/backends/platform/symbian/mmp/scummvm_avalanche.mmp.in
@@ -33,10 +33,8 @@
TARGET scummvm_avalanche.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
+MACRO REMOVE_UNDEFINED
+#include "config.mmh"
//START_AUTO_MACROS_SLAVE//
@@ -54,19 +52,3 @@ SOURCEPATH ..\..\..\..\engines\avalanche
//STOP_AUTO_OBJECTS_AVALANCHE_//
-// *** 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