fix resources for the profile migration dialog. remove unused files.

This commit is contained in:
sspitzer%netscape.com 1999-09-29 04:03:15 +00:00
Родитель a864d45a81
Коммит 8ebab04c72
12 изменённых файлов: 4 добавлений и 34 удалений

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

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

@ -22,21 +22,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
SAMPLES_DIR = $(DIST)/bin/res/profile
EXPORT_RESOURCE_SAMPLES = \
prefmProgress.xul \
progress_undetermined.xul \
prefmProgress.css \
pmunprog.dtd \
pmunprog.js \
pmunprog.xul \
$(NULL)
DIRS = content locale
include $(topsrcdir)/config/rules.mk
GARBAGE += $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
install::
$(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_SAMPLES)) $(SAMPLES_DIR)

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

@ -16,18 +16,7 @@
# Reserved.
DEPTH=..\..\..
MODULE=profile
DIRS=locale content
include <$(DEPTH)\config\rules.mak>
FILES=\
prefmProgress.xul \
progress_undetermined.xul \
prefmProgress.css \
pmunprog.dtd \
pmunprog.js \
pmunprog.xul \
$(NULL)
install::
-for %i in ($(FILES:/=\)) do $(MAKE_INSTALL) %i $(DIST)\bin\res\profile

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

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

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

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

@ -24,12 +24,9 @@ MODULE=nsprefm
DLL=.\$(OBJDIR)\$(MODULE).dll
EXPORTS=nsPrefMigration.h \
nsPrefMigrationFactory.h \
nsPMProgessDlgFactory.h \
nsPMProgressDialog.h \
$(NULL)
DEFINES=-D_IMPL_NS_DOM
# -DXP_MAC
LCFLAGS = \
$(LCFLAGS) \
@ -82,5 +79,4 @@ clobber::
rm -f $(DIST)\bin\$(MODULE).dll
rm -f $(OBJDIR)\nsPrefMigration.obj
rm -f $(OBJDIR)\nsPrefMigrationFactory.obj
rm -f $(OBJDIR)\nsPMProgressDlg.obj

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

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

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

@ -133,7 +133,7 @@
/* and the winner is: Windows */
#define PREF_FILE_NAME_IN_5x "prefs.js"
#define PREF_MIGRATION_PROGRESS_URL "resource:/res/profile/pmunprog.xul"
#define PREF_MIGRATION_PROGRESS_URL "chrome://profile/content/profileMigrationProgress.xul"
typedef struct
{

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

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