This commit is contained in:
mozilla.mano@sent.com 2007-05-18 21:47:38 -07:00
Родитель 734c8674ec
Коммит 4abbdb77c1
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\"