diff options
author | anotherguest | 2014-09-09 09:24:59 +0200 |
---|---|---|
committer | anotherguest | 2014-09-09 09:24:59 +0200 |
commit | 81eb209bfc9b32c2685a3be5761654f28655b9c7 (patch) | |
tree | 618ced18eb8aea58e90b28eff836509e396c27f4 /backends/platform/symbian/mmp/scummvm_sky.mmp.in | |
parent | 83bb4fdb38fa2bdff7ea2cdded7c7afbbff40812 (diff) | |
download | scummvm-rg350-81eb209bfc9b32c2685a3be5761654f28655b9c7.tar.gz scummvm-rg350-81eb209bfc9b32c2685a3be5761654f28655b9c7.tar.bz2 scummvm-rg350-81eb209bfc9b32c2685a3be5761654f28655b9c7.zip |
SYMBIAN: More MMP.in files patched and updated.
Diffstat (limited to 'backends/platform/symbian/mmp/scummvm_sky.mmp.in')
-rw-r--r-- | backends/platform/symbian/mmp/scummvm_sky.mmp.in | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/backends/platform/symbian/mmp/scummvm_sky.mmp.in b/backends/platform/symbian/mmp/scummvm_sky.mmp.in index 37fdc89f99..5363bb32ef 100644 --- a/backends/platform/symbian/mmp/scummvm_sky.mmp.in +++ b/backends/platform/symbian/mmp/scummvm_sky.mmp.in @@ -32,10 +32,7 @@ TARGET scummvm_sky.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,5 @@ SOURCEPATH ..\..\..\..\engines\sky // *** Include paths -USERINCLUDE ..\..\..\..\engines ..\..\..\..\engines\sky\music -USERINCLUDE ..\..\..\.. ..\..\..\..\gui ..\..\..\..\audio ..\src +USERINCLUDE ..\..\..\..\engines\sky\music -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 |