Removing the need for MFC from the build. The .rc files require afxres.h to build but do not appear to be neccessary themselves.

This commit is contained in:
cls%seawood.org 1999-11-13 22:33:41 +00:00
parent 1d625cd307
commit f684b0c776
3 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@
DEPTH=..\..\..
DIRS=nsinstall setuprsc setup
DIRS=nsinstall setuprsc
!ifdef MOZ_MFC
DIRS=$(DIRS) nszip
DIRS=$(DIRS) setup nszip
!endif
include <$(DEPTH)\config\rules.mak>

View File

@ -26,7 +26,7 @@ USE_NON_MT_LIBS = 1
MODULE = nsinstall
PROGRAM = .\$(OBJDIR)\$(MODULE).exe
RESFILE = $(MODULE).res
#RESFILE = $(MODULE).res
OBJS = \
.\$(OBJDIR)\nsinstall.obj \

View File

@ -29,7 +29,7 @@ USE_NON_MT_LIBS=1
#USE_STATIC_LIBS=1
MODULE = setuprsc
RESFILE = $(MODULE).res
#RESFILE = $(MODULE).res
DLL = $(OBJDIR)\$(MODULE).dll
OBJS= \