summaryrefslogtreecommitdiffstats
path: root/mbbsd/Makefile
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-26 19:12:56 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-26 19:12:56 +0800
commit2124ed3a627d9f19d51c9b6eb0b6543fb2fd96ed (patch)
tree4832d9eef407784729206fab9bc4d172881bf270 /mbbsd/Makefile
parent93d4cfc9955a16f6dc42ac3f7de55ec398e91bdc (diff)
downloadpttbbs-2124ed3a627d9f19d51c9b6eb0b6543fb2fd96ed.tar
pttbbs-2124ed3a627d9f19d51c9b6eb0b6543fb2fd96ed.tar.gz
pttbbs-2124ed3a627d9f19d51c9b6eb0b6543fb2fd96ed.tar.bz2
pttbbs-2124ed3a627d9f19d51c9b6eb0b6543fb2fd96ed.tar.lz
pttbbs-2124ed3a627d9f19d51c9b6eb0b6543fb2fd96ed.tar.xz
pttbbs-2124ed3a627d9f19d51c9b6eb0b6543fb2fd96ed.tar.zst
pttbbs-2124ed3a627d9f19d51c9b6eb0b6543fb2fd96ed.zip
* refine ordersong
* merge topsong and ordersong to single ordersong.c * change max song from MAX_MOVIE to MAX_SONG * change random menu 'movie' to sequential slide show mode git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4779 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/Makefile')
-rw-r--r--mbbsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/Makefile b/mbbsd/Makefile
index 52fb9ce4..6b15e1dc 100644
--- a/mbbsd/Makefile
+++ b/mbbsd/Makefile
@@ -14,7 +14,7 @@ NETOBJS = mbbsd.o io.o term.o telnet.o
TALKOBJS = talk.o chat.o friend.o
UTILOBJS = stuff.o kaede.o convert.o name.o syspost.o
PAGEROBJS= more.o pmore.o
-PLUGOBJS = calendar.o topsong.o gamble.o vice.o angel.o
+PLUGOBJS = calendar.o ordersong.o gamble.o vice.o angel.o
CHESSOBJS= chess.o chc.o chc_tab.o ch_go.o ch_gomo.o ch_dark.o ch_reversi.o
GAMEOBJS = card.o chicken.o
OBJS:= admin.o assess.o edit.o menu.o xyz.o var.o visio.o \