diff --git a/browser/app/Makefile.in b/browser/app/Makefile.in index 5ff187f42f39..a730411e637c 100644 --- a/browser/app/Makefile.in +++ b/browser/app/Makefile.in @@ -92,9 +92,6 @@ mozbrowser:: mozilla.in Makefile.in Makefile $(DEPTH)/config/autoconf.mk libs:: mozbrowser $(INSTALL) $< $(DIST)/bin -libs:: mozbrowser.exe.manifest - $(INSTALL) $< $(DIST)/bin - install:: mozbrowser $(SYSINSTALL) $< $(DESTDIR)$(bindir) diff --git a/browser/app/splash.rc b/browser/app/splash.rc index ab337a44d461..2ae60fd05aa2 100644 --- a/browser/app/splash.rc +++ b/browser/app/splash.rc @@ -38,6 +38,8 @@ #include #include "nsINativeAppSupportWin.h" +1 24 "mozbrowser.exe.manifest" + // Program icon. IDI_APPLICATION ICON "mozilla.ico"