From 6e161b21ad695dd9904719e72bac19be6d9a7b59 Mon Sep 17 00:00:00 2001 From: "ssu%netscape.com" Date: Mon, 15 Nov 1999 20:13:53 +0000 Subject: [PATCH] fixing bug #18867. This now builds the resource file required to run setup.exe. This does not require MFC. It only affects windows platforms. --- xpinstall/wizard/windows/makefile.win | 4 ++-- xpinstall/wizard/windows/setuprsc/makefile.win | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/xpinstall/wizard/windows/makefile.win b/xpinstall/wizard/windows/makefile.win index d0aaa0c7093..fe7ae95e74f 100644 --- a/xpinstall/wizard/windows/makefile.win +++ b/xpinstall/wizard/windows/makefile.win @@ -21,10 +21,10 @@ DEPTH=..\..\.. -DIRS=nsinstall setuprsc +DIRS=nsinstall setuprsc setup !ifdef MOZ_MFC -DIRS=$(DIRS) setup nszip +DIRS=$(DIRS) nszip !endif include <$(DEPTH)\config\rules.mak> diff --git a/xpinstall/wizard/windows/setuprsc/makefile.win b/xpinstall/wizard/windows/setuprsc/makefile.win index 1aa4dac1344..0d5a5712392 100644 --- a/xpinstall/wizard/windows/setuprsc/makefile.win +++ b/xpinstall/wizard/windows/setuprsc/makefile.win @@ -19,6 +19,7 @@ # Rights Reserved. # # Contributor(s): +# Sean Su # Daniel Veditz DEPTH=..\..\..\.. @@ -29,7 +30,7 @@ USE_NON_MT_LIBS=1 #USE_STATIC_LIBS=1 MODULE = setuprsc -#RESFILE = $(MODULE).res +RESFILE = $(MODULE).res DLL = $(OBJDIR)\$(MODULE).dll OBJS= \