# HG changeset patch # User Sebastian Brannstrom # Date 1287854865 -3600 # Node ID 08a3356e8364c1c0f9d7cd747abc9ef67fffd224 # Parent cf384229067198a4ae8bdaf056da6bef329e164b Restoring MPX integration for platform build diff -r cf3842290671 -r 08a3356e8364 application/group/Podcast.mmp --- a/application/group/Podcast.mmp Sat Oct 23 18:22:27 2010 +0100 +++ b/application/group/Podcast.mmp Sat Oct 23 18:27:45 2010 +0100 @@ -17,7 +17,7 @@ */ // MPX integration can not be enabled for self signed versions -//#define ENABLE_MPX_INTEGRATION +#define ENABLE_MPX_INTEGRATION TARGET Podcast.exe TARGETTYPE exe diff -r cf3842290671 -r 08a3356e8364 engine/group/engine.mmp --- a/engine/group/engine.mmp Sat Oct 23 18:22:27 2010 +0100 +++ b/engine/group/engine.mmp Sat Oct 23 18:27:45 2010 +0100 @@ -17,7 +17,7 @@ */ // MPX integration can not be enabled for self signed versions -//#define ENABLE_MPX_INTEGRATION +#define ENABLE_MPX_INTEGRATION TARGET podcastengine.dll TARGETTYPE DLL