Part of integration of preference into compose

git-svn-id: svn://10.0.0.236/trunk@23815 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ducarroz%netscape.com 1999-03-12 01:10:43 +00:00
parent 8a51948c91
commit 56b6d9487a
2 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,7 @@ EXPORTS = \
nsSmtpService.h \
nsComposeAppCore.h \
nsComposer.h \
nsMsgCompPrefs.h \
$(NULL)
CPPSRCS = \
@ -46,6 +47,7 @@ CPPSRCS = \
nsComposeAppCore.cpp \
nsComposer.cpp \
nsComposerNameSet.cpp \
nsMsgCompPrefs.cpp \
$(NULL)
EXTRA_DSO_LDOPTS = \

View File

@ -38,6 +38,7 @@ CPPSRCS= nsMsgCompFields.cpp \
nsComposeAppCore.cpp \
nsComposer.cpp \
nsComposerNameSet.cpp \
nsMsgCompPrefs.cpp \
$(NULL)
CPP_OBJS= .\$(OBJDIR)\nsMsgCompFields.obj \
@ -52,6 +53,7 @@ CPP_OBJS= .\$(OBJDIR)\nsMsgCompFields.obj \
.\$(OBJDIR)\nsComposeAppCore.obj \
.\$(OBJDIR)\nsComposer.obj \
.\$(OBJDIR)\nsComposerNameSet.obj \
.\$(OBJDIR)\nsMsgCompPrefs.obj \
$(NULL)
@ -60,6 +62,7 @@ EXPORTS= nsSmtpUrl.h \
nsSmtpService.h \
nsComposeAppCore.h \
nsComposer.h \
nsMsgCompPrefs.h \
$(NULL)
LINCS= \
@ -68,6 +71,7 @@ LINCS= \
-I$(PUBLIC)\raptor \
-I$(PUBLIC)\netlib \
-I$(PUBLIC)\security \
-I$(PUBLIC)\pref \
-I$(PUBLIC)\rdf \
-I$(PUBLIC)\js \
-I$(PUBLIC)\dom \