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
Родитель ff7179dfd0
Коммит ab72bb8d8a
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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