diff --git a/mozilla/xpinstall/wizard/windows/setup/Makefile.in b/mozilla/xpinstall/wizard/windows/setup/Makefile.in index 1f19c1759a6..a8488fcaed2 100644 --- a/mozilla/xpinstall/wizard/windows/setup/Makefile.in +++ b/mozilla/xpinstall/wizard/windows/setup/Makefile.in @@ -65,6 +65,8 @@ LOCAL_INCLUDES = -I$(srcdir) -I$(srcdir)/../uninstall NO_DIST_INSTALL = 1 +MOZ_WINCONSOLE = 0 + include $(topsrcdir)/config/rules.mk _OS_LIBS = ole32 comdlg32 shell32 version diff --git a/mozilla/xpinstall/wizard/windows/uninstall/Makefile.in b/mozilla/xpinstall/wizard/windows/uninstall/Makefile.in index 002978bf087..5cc778cd98a 100644 --- a/mozilla/xpinstall/wizard/windows/uninstall/Makefile.in +++ b/mozilla/xpinstall/wizard/windows/uninstall/Makefile.in @@ -45,6 +45,8 @@ CSRCS = \ process.c \ $(NULL) +MOZ_WINCONSOLE = 0 + LOCAL_INCLUDES = -I$(srcdir) ifdef GNU_CC