Bug 318018 [BEOS] Thunderbird static build fails

patch by doug@sheltonfamily.org r=tqh sr=bsmedberg
This commit is contained in:
timeless%mozdev.org 2005-12-11 05:26:45 +00:00
parent bc0c87a480
commit 47dd1a2c94

View File

@ -147,6 +147,12 @@ RCFLAGS += -DMOZ_STATIC_BUILD
endif
endif
ifeq ($(OS_ARCH),BeOS)
ifdef BUILD_STATIC_LIBS
OS_LIBS += -ltracker -lgame
endif
endif
ifeq ($(OS_ARCH),OS2)
RESFILE=splashos2.res
endif