diff --git a/mozilla/xpfe/appshell/macbuild/AppShell.mcp b/mozilla/xpfe/appshell/macbuild/AppShell.mcp index f9dce0fba49..0d8e06b0c75 100644 Binary files a/mozilla/xpfe/appshell/macbuild/AppShell.mcp and b/mozilla/xpfe/appshell/macbuild/AppShell.mcp differ diff --git a/mozilla/xpfe/appshell/public/MANIFEST b/mozilla/xpfe/appshell/public/MANIFEST index de7cd4d0112..7bf1704c9c5 100644 --- a/mozilla/xpfe/appshell/public/MANIFEST +++ b/mozilla/xpfe/appshell/public/MANIFEST @@ -7,3 +7,4 @@ nsIAppShellService.h nsICmdLineService.h nsIWebShellWindow.h nsIWidgetController.h +nsFileLocations.h diff --git a/mozilla/xpfe/appshell/public/Makefile.in b/mozilla/xpfe/appshell/public/Makefile.in index 782f41e5e04..305f43a68a5 100644 --- a/mozilla/xpfe/appshell/public/Makefile.in +++ b/mozilla/xpfe/appshell/public/Makefile.in @@ -30,6 +30,7 @@ EXPORTS = \ nsICmdLineService.h \ nsIWidgetController.h \ nsIXULWindowCallbacks.h \ + nsFileLocations.h \ $(NULL) EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) diff --git a/mozilla/xpfe/appshell/public/makefile.win b/mozilla/xpfe/appshell/public/makefile.win index dd959bec482..9d783640cf5 100644 --- a/mozilla/xpfe/appshell/public/makefile.win +++ b/mozilla/xpfe/appshell/public/makefile.win @@ -28,6 +28,7 @@ EXPORTS = \ nsICmdLineService.h \ nsIWidgetController.h \ nsIXULWindowCallbacks.h \ + nsFileLocations.h \ $(NULL) include <$(DEPTH)\config\rules.mak> diff --git a/mozilla/xpfe/appshell/src/Makefile.in b/mozilla/xpfe/appshell/src/Makefile.in index 528af77c8cf..95df91def9e 100644 --- a/mozilla/xpfe/appshell/src/Makefile.in +++ b/mozilla/xpfe/appshell/src/Makefile.in @@ -33,6 +33,7 @@ CPPSRCS= \ nsWebShellWindow.cpp \ nsAppShellFactory.cpp \ nsCommandLineService.cpp \ + nsFileLocations.cpp \ $(NULL) include $(topsrcdir)/config/config.mk diff --git a/mozilla/xpfe/appshell/src/makefile.win b/mozilla/xpfe/appshell/src/makefile.win index 9aeb41d7632..21e70446a80 100644 --- a/mozilla/xpfe/appshell/src/makefile.win +++ b/mozilla/xpfe/appshell/src/makefile.win @@ -27,6 +27,7 @@ CPPSRCS= \ nsWebShellWindow.cpp \ nsAppShellFactory.cpp \ nsCommandLineService.cpp \ + nsFileLocations.cpp \ $(NULL) CPP_OBJS= \ @@ -35,6 +36,7 @@ CPP_OBJS= \ .\$(OBJDIR)\nsWebShellWindow.obj \ .\$(OBJDIR)\nsAppShellFactory.obj \ .\$(OBJDIR)\nsCommandLineService.obj \ + .\$(OBJDIR)\nsFileLocations.obj \ $(NULL) LINCS=-I$(PUBLIC)\raptor \