From e82db24ddfdbc3f72ac020e9713ea02184d20b6f Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Wed, 18 Apr 2018 20:20:36 -0600 Subject: * Fix compilation errors in Windows to include files pith/ical.c and pith/body.c in pith/makefile.wnt. Reported by Ulf-Dietrich Braumann. --- pith/makefile.wnt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'pith') diff --git a/pith/makefile.wnt b/pith/makefile.wnt index 76cc2b1b..07cdc4c4 100644 --- a/pith/makefile.wnt +++ b/pith/makefile.wnt @@ -39,9 +39,10 @@ LIBARGS=/nologo /verbose HFILES= ../include/system.h ../include/general.h \ abdlc.h ablookup.h addrbook.h addrstring.h adjtime.h adrbklib.h atttype.h \ - bitmap.h bldaddr.h busy.h charset.h color.h conf.h conftype.h context.h \ + bitmap.h bldaddr.h body.h busy.h charset.h color.h conf.h conftype.h context.h \ copyaddr.h debug.h detach.h detoken.h editorial.h escapes.h filter.h filttype.h \ - flag.h folder.h foldertype.h handle.h headers.h help.h helptext.h hist.h icache.h imap.h indxtype.h \ + flag.h folder.h foldertype.h handle.h headers.h help.h helptext.h hist.h \ + ical.h icaltype.h icache.h imap.h indxtype.h \ init.h keyword.h ldap.h list.h mailcap.h mailcmd.h mailindx.h maillist.h \ mailpart.h mailview.h margin.h mimedesc.h mimetype.h msgno.h newmail.h news.h \ options.h pattern.h pineelt.h pipe.h readfile.h remote.h remtype.h repltype.h reply.h \ @@ -49,9 +50,10 @@ HFILES= ../include/system.h ../include/general.h \ state.h status.h store.h stream.h string.h strlst.h takeaddr.h tempfile.h text.h \ thread.h url.h user.h util.h -OFILES= ablookup.obj abdlc.obj addrbook.obj addrstring.obj adrbklib.obj bldaddr.obj charset.obj \ +OFILES= ablookup.obj abdlc.obj addrbook.obj addrstring.obj adrbklib.obj bldaddr.obj body.c charset.obj \ color.obj conf.obj context.obj copyaddr.obj detoken.obj detach.obj editorial.obj escapes.obj \ - filter.obj flag.obj folder.obj handle.obj help.obj helptext.obj hist.obj icache.obj imap.obj init.obj \ + filter.obj flag.obj folder.obj handle.obj help.obj helptext.obj hist.obj icache.obj \ + ical.obj imap.obj init.obj \ keyword.obj ldap.obj list.obj mailcap.obj mailcmd.obj mailindx.obj maillist.obj mailview.obj \ margin.obj mimedesc.obj mimetype.obj msgno.obj newmail.obj news.obj pattern.obj pipe.obj \ readfile.obj remote.obj reply.obj rfc2231.obj save.obj search.obj sequence.obj send.obj \ -- cgit v1.2.3-54-g00ecf