mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 18:24:02 +00:00
Changes to build with MOZ_OJI (and not MOZ_JAVA).
This commit is contained in:
parent
d2e10ec753
commit
0fd688acbb
@ -36,20 +36,20 @@ ifdef NO_SECURITY
|
||||
DIRS += security
|
||||
endif
|
||||
|
||||
ifdef MOZ_JAVA
|
||||
ifdef JAVA_OR_OJI
|
||||
DIRS += libreg softupdt zlib li progress
|
||||
|
||||
ifdef EDITOR
|
||||
DIRS += edtplug spellchk
|
||||
endif
|
||||
|
||||
else # MOZ_JAVA
|
||||
else # JAVA_OR_OJI
|
||||
DIRS += zlib li progress
|
||||
ifdef EDITOR
|
||||
DIRS += spellchk
|
||||
endif
|
||||
|
||||
endif # MOZ_JAVA
|
||||
endif # JAVA_OR_OJI
|
||||
|
||||
ifeq ($(subst /,_,$(shell uname -s)),OS2)
|
||||
DIRS += spellchk
|
||||
|
Loading…
x
Reference in New Issue
Block a user