86 |
|
|
87 |
|
|
88 |
ifeq (,$(filter-out WINNT WINCE,$(OS_ARCH))) |
ifeq (,$(filter-out WINNT WINCE,$(OS_ARCH))) |
89 |
LIBRARY_NAME = js$(MOZ_BITS)$(VERSION_NUMBER) |
# do not name the library "libjs3250.a" |
90 |
|
# LIBRARY_NAME = js$(MOZ_BITS)$(VERSION_NUMBER) |
91 |
RESFILE = js$(MOZ_BITS)40.res |
RESFILE = js$(MOZ_BITS)40.res |
92 |
endif |
endif |
93 |
|
|
226 |
jsxml.h \ |
jsxml.h \ |
227 |
$(NULL) |
$(NULL) |
228 |
|
|
229 |
|
# unconditionally disable JIT |
230 |
|
ENABLE_JIT = |
231 |
ifdef ENABLE_JIT |
ifdef ENABLE_JIT |
232 |
VPATH += $(srcdir)/nanojit |
VPATH += $(srcdir)/nanojit |
233 |
|
|