summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2018-04-18 20:20:36 -0600
committerEduardo Chappa <chappa@washington.edu>2018-04-18 20:20:36 -0600
commite82db24ddfdbc3f72ac020e9713ea02184d20b6f (patch)
treec195197a96b40a6b17dc65c3cf977ccc282bc845
parent7955e4437e543bd97a9bb697367736e14ad604a2 (diff)
downloadalpine-e82db24ddfdbc3f72ac020e9713ea02184d20b6f.tar.xz
* Fix compilation errors in Windows to include files pith/ical.c and
pith/body.c in pith/makefile.wnt. Reported by Ulf-Dietrich Braumann.
-rwxr-xr-xalpine/alpine.exebin8494080 -> 8546816 bytes
-rw-r--r--pith/makefile.wnt10
2 files changed, 6 insertions, 4 deletions
diff --git a/alpine/alpine.exe b/alpine/alpine.exe
index f8c1f19b..55c92e01 100755
--- a/alpine/alpine.exe
+++ b/alpine/alpine.exe
Binary files differ
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 \