changes to build address book on UNIX
This commit is contained in:
Родитель
b5bfc4befb
Коммит
ee485070b6
|
@ -62,7 +62,6 @@ EXTRA_DSO_LDOPTS = \
|
|||
-lnetcnvts \
|
||||
-lmimetype \
|
||||
-lsockstuburl \
|
||||
-lnetutil \
|
||||
-lpwcac \
|
||||
-lnetcache \
|
||||
-lpref \
|
||||
|
|
|
@ -26,11 +26,15 @@ MODULE=mailnewsaddrbook
|
|||
LIBRARY_NAME=mailnewsaddrbook_s
|
||||
|
||||
EXPORTS = \
|
||||
nsAbCard.h \
|
||||
nsCardDataSource.h \
|
||||
nsAbDirectory.h \
|
||||
nsDirectoryDataSource.h \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
nsDirectoryDataSource.cpp \
|
||||
nsAbdirectory.cpp \
|
||||
nsAbDirectory.cpp \
|
||||
nsCardDataSource.cpp \
|
||||
nsAbCard.cpp \
|
||||
$(NULL)
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "msgCore.h" // precompiled header...
|
||||
|
||||
#include "nsABCard.h"
|
||||
#include "nsAbCard.h"
|
||||
#include "nsIRDFService.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsRDFCID.h"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "nsDirectoryDataSource.h"
|
||||
#include "nsAbBaseCID.h"
|
||||
#include "nsAbdirectory.h"
|
||||
#include "nsAbDirectory.h"
|
||||
|
||||
#include "nsIMsgDatabase.h"
|
||||
|
||||
|
|
|
@ -5,6 +5,10 @@ network/protocol/nntp/Makefile
|
|||
network/protocol/pop3/Makefile
|
||||
network/protocol/smtp/Makefile
|
||||
mailnews/Makefile
|
||||
mailnews/addrbook/build/Makefile
|
||||
mailnews/addrbook/Makefile
|
||||
mailnews/addrbook/public/Makefile
|
||||
mailnews/addrbook/src/Makefile
|
||||
mailnews/base/Makefile
|
||||
mailnews/base/public/Makefile
|
||||
mailnews/base/src/Makefile
|
||||
|
|
Загрузка…
Ссылка в новой задаче