r=mkaply
Code from pedemonte - build break -don't build opera migration stuff on OS/2


git-svn-id: svn://10.0.0.236/trunk@155694 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2004-04-29 17:33:43 +00:00
parent b1ba8879d5
commit 83d84ddcff
3 changed files with 12 additions and 1 deletions

View File

@@ -49,7 +49,9 @@
#endif
#include "nsProfileMigrator.h"
#include "nsDogbertProfileMigrator.h"
#if !defined(XP_OS2)
#include "nsOperaProfileMigrator.h"
#endif
#include "nsPhoenixProfileMigrator.h"
#include "nsSeamonkeyProfileMigrator.h"
#if defined(XP_WIN) && !defined(__MINGW32__)
@@ -74,7 +76,9 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsGNOMEShellService)
#endif
NS_GENERIC_FACTORY_CONSTRUCTOR(nsDogbertProfileMigrator)
#if !defined(XP_OS2)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsOperaProfileMigrator)
#endif
NS_GENERIC_FACTORY_CONSTRUCTOR(nsPhoenixProfileMigrator)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsProfileMigrator)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSeamonkeyProfileMigrator)
@@ -159,10 +163,12 @@ static const nsModuleComponentInfo components[] =
#endif
#if !defined(XP_OS2)
{ "Opera Profile Migrator",
NS_OPERAPROFILEMIGRATOR_CID,
NS_BROWSERPROFILEMIGRATOR_CONTRACTID_PREFIX "opera",
nsOperaProfileMigratorConstructor },
#endif
{ "Phoenix Profile Migrator",
NS_PHOENIXPROFILEMIGRATOR_CID,