uhh... turn off ie migrator too then.

git-svn-id: svn://10.0.0.236/trunk@153472 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%bengoodger.com 2004-03-03 09:13:11 +00:00
parent 8c7a7e0ee3
commit 50cab64406
2 changed files with 6 additions and 2 deletions

View File

@ -49,7 +49,9 @@
#include "nsPhoenixProfileMigrator.h"
#include "nsSeamonkeyProfileMigrator.h"
#ifdef XP_WIN
#if 0
#include "nsIEProfileMigrator.h"
#endif
#elif defined(XP_MACOSX)
#if 0
#include "nsSafariProfileMigrator.h"
@ -105,10 +107,12 @@ static const nsModuleComponentInfo components[] =
nsProfileMigratorConstructor },
#ifdef XP_WIN
#if 0
{ "Internet Explorer (Windows) Profile Migrator",
NS_WINIEPROFILEMIGRATOR_CID,
NS_BROWSERPROFILEMIGRATOR_CONTRACTID_PREFIX "ie",
nsIEProfileMigratorConstructor },
#endif
#elif defined(XP_MACOSX)
#if 0

View File

@ -77,8 +77,8 @@ CPPSRCS = nsProfileMigrator.cpp \
ifeq ($(OS_ARCH),WINNT)
DEFINES += -DPSTOREC_DLL=\"$(WINDIR)\\system32\\pstorec.dll\"
CPPSRCS += nsIEProfileMigrator.cpp \
$(NULL)
# CPPSRCS += nsIEProfileMigrator.cpp \
# $(NULL)
endif
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))