From e646b43aa18df0cab896d40a0ac80c8a11dfea87 Mon Sep 17 00:00:00 2001 From: "ben%bengoodger.com" Date: Fri, 7 Nov 2003 09:20:16 +0000 Subject: [PATCH] Don't build seamonkey installer FE for XUL_APPs. r/sr=bryner --- xpinstall/wizard/windows/Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xpinstall/wizard/windows/Makefile.in b/xpinstall/wizard/windows/Makefile.in index 8812b80d1ea..20aacaf1fb2 100644 --- a/xpinstall/wizard/windows/Makefile.in +++ b/xpinstall/wizard/windows/Makefile.in @@ -32,10 +32,14 @@ ifeq ($(OS),Windows_NT) DIRS += nsztool endif -DIRS += \ +ifndef MOZ_XUL_APP +DIRS += \ uninstall \ setuprsc \ - setup \ + setup +endif + +DIRS += \ ren8dot3 \ ds32 \ GetShortPathName \