This commit is contained in:
mozilla.mano%sent.com 2007-05-19 04:47:38 +00:00
Родитель 0ce87cb95e
Коммит eb4b7777bf
1 изменённых файлов: 4 добавлений и 1 удалений

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

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