build tweakage for the incoming nntp server changes

This commit is contained in:
sspitzer%netscape.com 1999-04-21 02:56:38 +00:00
Родитель 1c0526c49e
Коммит 4be0accd6d
6 изменённых файлов: 9 добавлений и 0 удалений

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

@ -26,3 +26,4 @@ nsINNTPArticleList.h
nsINntpUrl.h nsINntpUrl.h
nsINNTPNewsgroupPost.h nsINNTPNewsgroupPost.h
nsINntpService.h nsINntpService.h
nsINntpIncomingServer.h

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

@ -33,6 +33,7 @@ EXPORTS= \
nsINntpUrl.h \ nsINntpUrl.h \
nsINNTPNewsgroupPost.h \ nsINNTPNewsgroupPost.h \
nsINntpService.h \ nsINntpService.h \
nsINntpIncomingServer.h \
$(NULL) $(NULL)
include $(topsrcdir)/config/config.mk include $(topsrcdir)/config/config.mk

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

@ -29,6 +29,7 @@ EXPORTS = \
nsINntpUrl.h \ nsINntpUrl.h \
nsINNTPNewsgroupPost.h \ nsINNTPNewsgroupPost.h \
nsINntpService.h \ nsINntpService.h \
nsINntpIncomingServer.h \
$(NULL) $(NULL)
MODULE=mailnews MODULE=mailnews

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

@ -24,3 +24,4 @@ nsNNTPNewsgroup.h
nntpCore.h nntpCore.h
nsNNTPNewsgroupPost.h nsNNTPNewsgroupPost.h
nsNewsFolder.h nsNewsFolder.h
nsNntpIncomingServer.h

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

@ -35,6 +35,7 @@ EXPORTS = \
nntpCore.h \ nntpCore.h \
nsNntpService.h \ nsNntpService.h \
nsNewsFolder.h \ nsNewsFolder.h \
nsNntpIncomingServer.h \
$(NULL) $(NULL)
CPPSRCS = \ CPPSRCS = \
@ -47,6 +48,7 @@ CPPSRCS = \
nsNNTPHost.cpp \ nsNNTPHost.cpp \
nsNntpService.cpp \ nsNntpService.cpp \
nsNewsFolder.cpp \ nsNewsFolder.cpp \
nsNntpIncomingServer.cpp \
$(NULL) $(NULL)
EXTRA_DSO_LDOPTS = \ EXTRA_DSO_LDOPTS = \

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

@ -34,6 +34,7 @@ CPPSRCS= nsNNTPProtocol.cpp \
nsNNTPHost.cpp \ nsNNTPHost.cpp \
nsNntpService.cpp \ nsNntpService.cpp \
nsNewsFolder.cpp \ nsNewsFolder.cpp \
nsNntpIncomingServer.cpp \
$(NULL) $(NULL)
CPP_OBJS= .\$(OBJDIR)\nsNNTPProtocol.obj \ CPP_OBJS= .\$(OBJDIR)\nsNNTPProtocol.obj \
@ -45,6 +46,7 @@ CPP_OBJS= .\$(OBJDIR)\nsNNTPProtocol.obj \
.\$(OBJDIR)\nsNNTPHost.obj \ .\$(OBJDIR)\nsNNTPHost.obj \
.\$(OBJDIR)\nsNntpService.obj \ .\$(OBJDIR)\nsNntpService.obj \
.\$(OBJDIR)\nsNewsFolder.obj \ .\$(OBJDIR)\nsNewsFolder.obj \
.\$(OBJDIR)\nsNntpIncomingServer.obj \
$(NULL) $(NULL)
@ -57,6 +59,7 @@ EXPORTS= nsNNTPProtocol.h \
nsNNTPNewsgroupPost.h \ nsNNTPNewsgroupPost.h \
nsNntpService.h \ nsNntpService.h \
nsNewsFolder.h \ nsNewsFolder.h \
nsNntpIncomingServer.h \
$(NULL) $(NULL)
LINCS= \ LINCS= \