uhh... turn off ie migrator too then.

This commit is contained in:
ben%bengoodger.com 2004-03-03 09:13:11 +00:00
Родитель 1d8329faf4
Коммит f70f6766cd
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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)))