diff options
author | Fedor Strizhnev | 2015-01-06 12:45:20 +0300 |
---|---|---|
committer | Fedor Strizhnev | 2015-01-06 12:45:20 +0300 |
commit | 762910d8bb72c587bb7aa76274577a82b7a8b74a (patch) | |
tree | 21f442be7012f069e3b60c8cf8d8e4807dd01c76 /backends/platform | |
parent | 7225101e6257d0574fb94be8a6016a3b67a09855 (diff) | |
download | scummvm-rg350-762910d8bb72c587bb7aa76274577a82b7a8b74a.tar.gz scummvm-rg350-762910d8bb72c587bb7aa76274577a82b7a8b74a.tar.bz2 scummvm-rg350-762910d8bb72c587bb7aa76274577a82b7a8b74a.zip |
SYMBIAN: Updated settings and moved to config.mmh
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/symbian/mmp/scummvm_voyeur.mmp.in | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/backends/platform/symbian/mmp/scummvm_voyeur.mmp.in b/backends/platform/symbian/mmp/scummvm_voyeur.mmp.in index 86dc32b3f8..4221e34195 100644 --- a/backends/platform/symbian/mmp/scummvm_voyeur.mmp.in +++ b/backends/platform/symbian/mmp/scummvm_voyeur.mmp.in @@ -32,10 +32,7 @@ TARGET scummvm_voyeur.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// @@ -52,20 +49,3 @@ SOURCEPATH ..\..\..\..\engines\voyeur // empty base file, will be updated by Perl build scripts //STOP_AUTO_OBJECTS_VOYEUR_// - -// *** 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 |