add imapoffline sync to build sr=sspitzer

This commit is contained in:
bienvenu%netscape.com 2001-02-01 15:24:36 +00:00
Родитель 034954f339
Коммит 03c38634bb
1 изменённых файлов: 2 добавлений и 13 удалений

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

@ -27,19 +27,7 @@ include <$(DEPTH)\config\config.mak>
################################################################################
## exports
EXPORTS= nsImapUrl.h \
nsImapProtocol.h \
nsImapCore.h \
nsImapFlagAndUidState.h \
nsImapProxyEvent.h \
nsImapHostSessionList.h \
nsImapService.h \
nsImapServerResponseParser.h \
nsIMAPGenericParser.h \
nsImapSearchResults.h \
nsImapIncomingServer.h \
nsIMAPNamespace.h \
nsImapMailFolder.h \
EXPORTS= nsImapCore.h \
$(NULL)
################################################################################
@ -64,6 +52,7 @@ CPP_OBJS= .\$(OBJDIR)\nsImapUrl.obj \
.\$(OBJDIR)\nsImapUtils.obj \
.\$(OBJDIR)\nsImapUndoTxn.obj \
.\$(OBJDIR)\nsImapStringBundle.obj \
.\$(OBJDIR)\nsImapOfflineSync.obj \
$(NULL)