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
nsINNTPNewsgroupPost.h
nsINntpService.h
nsINntpIncomingServer.h

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

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

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

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

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

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

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

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

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

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