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