зеркало из https://github.com/mozilla/pjs.git
Bustage fix #1
This commit is contained in:
Родитель
0ce87cb95e
Коммит
eb4b7777bf
|
@ -29,7 +29,6 @@ REQUIRES = \
|
|||
nkcache \
|
||||
txmgr \
|
||||
chardet \
|
||||
bookmarks \
|
||||
migration \
|
||||
shellservice \
|
||||
xulapp \
|
||||
|
@ -43,6 +42,10 @@ EXPORTS = nsBrowserCompsCID.h
|
|||
CPPSRCS = nsModule.cpp \
|
||||
$(NULL)
|
||||
|
||||
ifndef MOZ_PLACES_BOOKMARKS
|
||||
REQUIRES += bookmarks
|
||||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DPSTOREC_DLL=\"$(subst \,\\,$(WINDIR))\\system32\\pstorec.dll\"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче