diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-09-28 23:06:16 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-09-28 23:06:16 +0800 |
commit | c0dd6835cc9f376ad6f195bad2daacff12b5efd9 (patch) | |
tree | 424ea7c2335aa863f8fdc634a0f6b17da8b2641a /mbbsd/Makefile | |
parent | 4621028ffd6a8acbc2bc76c528f11315812c7049 (diff) | |
download | pttbbs-c0dd6835cc9f376ad6f195bad2daacff12b5efd9.tar pttbbs-c0dd6835cc9f376ad6f195bad2daacff12b5efd9.tar.gz pttbbs-c0dd6835cc9f376ad6f195bad2daacff12b5efd9.tar.bz2 pttbbs-c0dd6835cc9f376ad6f195bad2daacff12b5efd9.tar.lz pttbbs-c0dd6835cc9f376ad6f195bad2daacff12b5efd9.tar.xz pttbbs-c0dd6835cc9f376ad6f195bad2daacff12b5efd9.tar.zst pttbbs-c0dd6835cc9f376ad6f195bad2daacff12b5efd9.zip |
* new keyboard input framework: vtkbd
* BS/BS2 is now merged to BS.
* DEL/Ctrl-D is not mreged.
* pager code (waterball) is a little refined but still far from good.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4887 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/Makefile')
-rw-r--r-- | mbbsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/Makefile b/mbbsd/Makefile index 6b15e1dc..98335987 100644 --- a/mbbsd/Makefile +++ b/mbbsd/Makefile @@ -10,7 +10,7 @@ SRCROOT= .. PROG= mbbsd COREOBJS = bbs.o announce.o read.o board.o cache.o cal.o brc.o mail.o record.o fav.o ACCOBJS = user.o register.o passwd.o emaildb.o -NETOBJS = mbbsd.o io.o term.o telnet.o +NETOBJS = mbbsd.o io.o term.o telnet.o vtkbd.o TALKOBJS = talk.o chat.o friend.o UTILOBJS = stuff.o kaede.o convert.o name.o syspost.o PAGEROBJS= more.o pmore.o |