mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
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:
parent
1d625cd307
commit
f684b0c776
@ -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>
|
||||
|
@ -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 \
|
||||
|
@ -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= \
|
||||
|
Loading…
Reference in New Issue
Block a user