BeOS changes. a=jband

This commit is contained in:
mcafee%netscape.com 1999-06-29 06:57:57 +00:00
parent 6ab2f111a9
commit 916a980efe

View File

@ -60,6 +60,13 @@ IS_COMPONENT = 1
endif
endif
# BeOS/Intel
ifeq ($(OS_ARCH),BeOS)
ifeq ($(OS_TEST),BePC)
IS_COMPONENT = 1
endif
endif
DEFINES += -DJSFILE -DJS_THREADSAFE
CPPSRCS= \
@ -80,6 +87,8 @@ CPPSRCS= \
xpcwrappednativejsops.cpp \
$(NULL)
# this is automatically discovered under BeOS
ifneq ($(OS_ARCH),BeOS)
EXTRA_DSO_LDOPTS = \
-L$(DIST)/bin \
@ -89,5 +98,7 @@ EXTRA_DSO_LDOPTS = \
$(NSPR_LIBS) \
$(NULL)
endif # BeOS
include $(topsrcdir)/config/rules.mk