mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
removing -DMOCHA from Windows build.
This commit is contained in:
parent
9c4d308089
commit
cacb8764fa
@ -743,7 +743,6 @@ RCDISTINCLUDES=$(DIST)\include;$(XPDIST)\public\security
|
||||
|
||||
#Added MQUOTE
|
||||
CDEFINES=/DXP_PC /Dx386 /D_WINDOWS /D_X86_ \
|
||||
/DMOCHA \
|
||||
/D_MBCS \
|
||||
/DEDIT_REMOTE /DLAYERS /DMQUOTE \
|
||||
/D_IMAGE_CONVERT \
|
||||
|
@ -176,9 +176,9 @@ INCS=$(INCS) -I$(DEPTH)\lib\liblayer\include
|
||||
|
||||
# Perhaps we should add MOZ_LITENESS_FLAGS to 16 bit build
|
||||
!if "$(MOZ_BITS)" == "16"
|
||||
CFLAGS=$(MOZ_JAVA_FLAG) -DMOCHA -DLAYERS -DEDITOR $(OS_CFLAGS) $(MOZ_CFLAGS)
|
||||
CFLAGS=$(MOZ_JAVA_FLAG) -DLAYERS -DEDITOR $(OS_CFLAGS) $(MOZ_CFLAGS)
|
||||
!else
|
||||
CFLAGS=$(MOZ_JAVA_FLAG) -DMOCHA -DLAYERS $(OS_CFLAGS) $(MOZ_CFLAGS) $(MOZ_LITENESS_FLAGS)
|
||||
CFLAGS=$(MOZ_JAVA_FLAG) -DLAYERS $(OS_CFLAGS) $(MOZ_CFLAGS) $(MOZ_LITENESS_FLAGS)
|
||||
!endif
|
||||
LFLAGS=$(OS_LFLAGS) $(LLFLAGS) $(MOZ_LFLAGS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user