Changes to get BeOS tinderbox to work.

BeOS only changes authorized by cyeh.
This commit is contained in:
duncan%be.com 1999-07-11 09:51:51 +00:00
parent c4f937000c
commit bccc6db380
3 changed files with 3 additions and 3 deletions

View File

@ -454,7 +454,7 @@ ifdef SHARED_LIBRARY
# BeOS specific section: link against dependant shared libs
#
BEOS_LIB_LIST = $(shell cat $(topsrcdir)/dependencies.beos/$(LIBRARY_NAME).dependencies)
BEOS_LINK_LIBS = $(foreach lib,$(BEOS_LIB_LIST),$(shell $(topsrcdir)/config/beos/checklib.sh $(topsrcdir)/dist/bin $(lib)))
BEOS_LINK_LIBS = $(foreach lib,$(BEOS_LIB_LIST),$(shell $(topsrcdir)/config/beos/checklib.sh $(DIST)/bin $(lib)))
LDFLAGS += -L$(DIST)/bin $(BEOS_LINK_LIBS) $(NSPR_LIBS)
EXTRA_DSO_LDOPTS += -L$(DIST)/bin $(BEOS_LINK_LIBS) $(NSPR_LIBS)
endif

View File

@ -75,7 +75,7 @@ TOOLKIT_CPPSRCS_xlib := \
ifeq ($(MOZ_WIDGET_TOOLKIT),beos)
BEOS_PROGRAM_RESOURCE = viewer-beos.rsrc
BEOS_PROGRAM_RESOURCE = $(srcdir)/viewer-beos.rsrc
endif
TOOLKIT_CPPSRCS := $(TOOLKIT_CPPSRCS_$(MOZ_WIDGET_TOOLKIT))

View File

@ -26,7 +26,7 @@ MODULE = apprunner
include $(DEPTH)/config/autoconf.mk
ifeq ($(MOZ_WIDGET_TOOLKIT),beos)
BEOS_PROGRAM_RESOURCE = apprunner-beos.rsrc
BEOS_PROGRAM_RESOURCE = $(srcdir)/apprunner-beos.rsrc
endif
ifndef NECKO