aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/mmp/scummvm_base.mmp.in
diff options
context:
space:
mode:
authoranotherguest2014-06-11 11:48:07 +0200
committeranotherguest2014-06-11 11:48:07 +0200
commita2e701d77fc98a4126e6efac8b60c1e7bacdecb0 (patch)
tree514b139832bc33ef33b1c349d51dbe7162f64972 /backends/platform/symbian/mmp/scummvm_base.mmp.in
parent19ab6082d5cd3ef78d926b24454692ad47c5ba74 (diff)
downloadscummvm-rg350-a2e701d77fc98a4126e6efac8b60c1e7bacdecb0.tar.gz
scummvm-rg350-a2e701d77fc98a4126e6efac8b60c1e7bacdecb0.tar.bz2
scummvm-rg350-a2e701d77fc98a4126e6efac8b60c1e7bacdecb0.zip
SYMBIAN: Added support for two new engines. Updated MMP files and help files from Fedors changes.
Diffstat (limited to 'backends/platform/symbian/mmp/scummvm_base.mmp.in')
-rw-r--r--backends/platform/symbian/mmp/scummvm_base.mmp.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/backends/platform/symbian/mmp/scummvm_base.mmp.in b/backends/platform/symbian/mmp/scummvm_base.mmp.in
index cc65980b71..37c68bf237 100644
--- a/backends/platform/symbian/mmp/scummvm_base.mmp.in
+++ b/backends/platform/symbian/mmp/scummvm_base.mmp.in
@@ -35,7 +35,7 @@ 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
// using option -Wno-psabi to supress warning "note: the mangling of 'va_list' has changed in GCC 4.4"
-// compiler will use png.h from libpng.lib instead ScummVM's
+// compiler must use png.h from libpng.lib instead ScummVM's
OPTION GCCE -Wno-multichar -Wno-reorder -Wno-unused -Wno-format -fsigned-char -Wno-psabi -I'/Symbian/S60_5th_Edition_SDK_v1.0/epoc32/include/png'
ALWAYS_BUILD_AS_ARM
@@ -85,6 +85,14 @@ SOURCEPATH ..\..\..\..\graphics
//STOP_AUTO_OBJECTS_GRAPHICS_//
+SOURCEPATH ..\..\..\..\image
+//START_AUTO_OBJECTS_IMAGE_//
+
+ // empty base file, will be updated by Perl build scripts
+
+//STOP_AUTO_OBJECTS_IMAGE_//
+
+
SOURCEPATH ..\..\..\..\gui
//START_AUTO_OBJECTS_GUI_//
@@ -122,6 +130,7 @@ SOURCEPATH ..\..\..\..\video
// add a few files manually, since they are not parsed from modules.mk files
SOURCE theora_decoder.cpp
SOURCE bink_decoder.cpp
+// add a few files manually, since they are not parsed from modules.mk files
SOURCE codecs\mpeg.cpp
SOURCEPATH ..\..\..\..