From dce50f2e2d2e925b8f42e10f1d1aaca0b7a8c7c4 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Mon, 10 May 2010 19:44:19 +0000 Subject: 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(+) (limited to 'backends') diff --git a/backends/platform/symbian/S60v3/ScummVM_A0000658_S60v3.mmp.in b/backends/platform/symbian/S60v3/ScummVM_A0000658_S60v3.mmp.in index 7673a9e231..2916d73938 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 a33c7feeaa..e95bb9ee21 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 -- cgit v1.2.3