dtmail: Make it build. There is more work to be done here.
Specifically, we should be able to have libDtMail subdir build all of it's objects directly w/o intervening Makefile.am's and archive .a libs.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
|
||||
// For CHARSET
|
||||
#include <locale.h>
|
||||
#include <DtHelp/LocaleXlate.h>
|
||||
#include <Dt/LocaleXlate.h>
|
||||
#include "str_utils.h"
|
||||
|
||||
MIMEBodyPart::MIMEBodyPart(DtMailEnv & error,
|
||||
|
||||
@@ -3,7 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in
|
||||
noinst_LIBRARIES = libRFC.a
|
||||
|
||||
libRFC_a_CXXFLAGS = -I../Common -I../../include -I../../include/utils \
|
||||
-I$(srcdir)/lib $(TIRPCINC) -DTTLOCK_OFF
|
||||
$(TIRPCINC) -DTTLOCK_OFF
|
||||
|
||||
if SOLARIS
|
||||
libRFC_a_CXXFLAGS += -DMMAP_NORESERVE -DSPRO_V2
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
//-------------------------------------
|
||||
#include <locale.h>
|
||||
#include <time.h>
|
||||
#include <DtHelp/LocaleXlate.h>
|
||||
#include <Dt/LocaleXlate.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <limits.h>
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
|
||||
// For CHARSET
|
||||
#include <locale.h>
|
||||
#include <DtHelp/LocaleXlate.h>
|
||||
#include <Dt/LocaleXlate.h>
|
||||
|
||||
V3BodyPart::V3BodyPart(DtMailEnv & error,
|
||||
DtMail::Message * parent,
|
||||
|
||||
Reference in New Issue
Block a user