aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/mmp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/symbian/mmp')
-rw-r--r--backends/platform/symbian/mmp/scummvm_base.mmp.in2
-rw-r--r--backends/platform/symbian/mmp/scummvm_simon.mmp.in8
2 files changed, 5 insertions, 5 deletions
diff --git a/backends/platform/symbian/mmp/scummvm_base.mmp.in b/backends/platform/symbian/mmp/scummvm_base.mmp.in
index de0b8f2c53..7e1f05d982 100644
--- a/backends/platform/symbian/mmp/scummvm_base.mmp.in
+++ b/backends/platform/symbian/mmp/scummvm_base.mmp.in
@@ -44,7 +44,7 @@ OPTION GCC -Wno-multichar -Wno-reorder // don't optimize for ARM, platform way
//MACRO DISABLE_SCUMM_7_8
//MACRO DISABLE_SCUMM_HE
//MACRO DISABLE_SCUMM // LIB:scummvm_scumm.lib
- //MACRO DISABLE_SIMON // LIB:scummvm_simon.lib
+ //MACRO DISABLE_AGOS // LIB:scummvm_agos.lib
//MACRO DISABLE_SKY // LIB:scummvm_sky.lib
//MACRO DISABLE_QUEEN // LIB:scummvm_queen.lib
//MACRO DISABLE_GOB // LIB:scummvm_gob.lib
diff --git a/backends/platform/symbian/mmp/scummvm_simon.mmp.in b/backends/platform/symbian/mmp/scummvm_simon.mmp.in
index af0def9867..05ec375b51 100644
--- a/backends/platform/symbian/mmp/scummvm_simon.mmp.in
+++ b/backends/platform/symbian/mmp/scummvm_simon.mmp.in
@@ -26,7 +26,7 @@
// *** Definitions
-TARGET scummvm_simon.lib
+TARGET scummvm_agos.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
@@ -39,13 +39,13 @@ OPTION GCC -Wno-multichar -Wno-reorder // don't optimize for ARM, platform way
// *** SOURCE files
-SOURCEPATH ..\..\..\..\engines\simon
+SOURCEPATH ..\..\..\..\engines\agos
-//START_AUTO_OBJECTS_SIMON_//
+//START_AUTO_OBJECTS_AGOS_//
// empty base file, will be updated by Perl build scripts
-//STOP_AUTO_OBJECTS_SIMON_//
+//STOP_AUTO_OBJECTS_AGOS_//
// *** Include paths