diff options
Diffstat (limited to 'backends/platform/symbian/AdaptAllMMPs.pl')
-rw-r--r-- | backends/platform/symbian/AdaptAllMMPs.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/symbian/AdaptAllMMPs.pl b/backends/platform/symbian/AdaptAllMMPs.pl index ae10a7ed72..5a3426a232 100644 --- a/backends/platform/symbian/AdaptAllMMPs.pl +++ b/backends/platform/symbian/AdaptAllMMPs.pl @@ -73,7 +73,8 @@ my @excludes_graphics = ( my @excludes_scumm = ( "codec47ARM.cpp", - "gfxARM.cpp" + "gfxARM.cpp", + "proc3arm.cpp" ); #arseModule(mmpStr, dirStr, ifdefArray, [exclusionsArray]) |