From dce50f2e2d2e925b8f42e10f1d1aaca0b7a8c7c4 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Mon, 10 May 2010 19:44:19 +0000 Subject: [PATCH] Error.cpp needs to be included in the application mmp also for error translation. svn-id: r48999 --- backends/platform/symbian/S60v3/ScummVM_A0000658_S60v3.mmp.in | 3 +++ backends/platform/symbian/S60v3/ScummVM_S60v3.mmp.in | 3 +++ 2 files changed, 6 insertions(+) diff --git a/backends/platform/symbian/S60v3/ScummVM_A0000658_S60v3.mmp.in b/backends/platform/symbian/S60v3/ScummVM_A0000658_S60v3.mmp.in index 7673a9e2310..2916d739387 100644 --- a/backends/platform/symbian/S60v3/ScummVM_A0000658_S60v3.mmp.in +++ b/backends/platform/symbian/S60v3/ScummVM_A0000658_S60v3.mmp.in @@ -126,6 +126,9 @@ SOURCE gui\KeysDialog.cpp SOURCE gui\Actions.cpp SOURCE gui\Dialog.cpp +// Common error +source common\error.cpp + // Special for graphics source graphics\iff.cpp diff --git a/backends/platform/symbian/S60v3/ScummVM_S60v3.mmp.in b/backends/platform/symbian/S60v3/ScummVM_S60v3.mmp.in index a33c7feeaae..e95bb9ee218 100644 --- a/backends/platform/symbian/S60v3/ScummVM_S60v3.mmp.in +++ b/backends/platform/symbian/S60v3/ScummVM_S60v3.mmp.in @@ -126,6 +126,9 @@ SOURCE gui\KeysDialog.cpp SOURCE gui\Actions.cpp SOURCE gui\Dialog.cpp +// Common error +source common\error.cpp + // Special for graphics source graphics\iff.cpp