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