diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-08-21 18:00:06 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-08-21 18:00:06 +0800 |
commit | 97b4ea6a53aa4e8ce25164294b802924d625467b (patch) | |
tree | cdd42065ec81d9109ca8c9926a1e0b9ab7f7b6f1 /mbbsd/Makefile | |
parent | 5fa0869df4a28d99605befd60115984a121f6bfa (diff) | |
download | pttbbs-97b4ea6a53aa4e8ce25164294b802924d625467b.tar pttbbs-97b4ea6a53aa4e8ce25164294b802924d625467b.tar.gz pttbbs-97b4ea6a53aa4e8ce25164294b802924d625467b.tar.bz2 pttbbs-97b4ea6a53aa4e8ce25164294b802924d625467b.tar.lz pttbbs-97b4ea6a53aa4e8ce25164294b802924d625467b.tar.xz pttbbs-97b4ea6a53aa4e8ce25164294b802924d625467b.tar.zst pttbbs-97b4ea6a53aa4e8ce25164294b802924d625467b.zip |
* remove single player games: guess and othello
* there are lots of better implementations of these games, so no need to keep them in BBS. we should focus on multi-user games.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4760 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 723e0d39..4f199b42 100644 --- a/mbbsd/Makefile +++ b/mbbsd/Makefile @@ -16,7 +16,7 @@ UTILOBJS = stuff.o kaede.o convert.o name.o syspost.o PAGEROBJS= more.o pmore.o PLUGOBJS = lovepaper.o calendar.o topsong.o gamble.o vice.o angel.o CHESSOBJS= chc.o chc_tab.o chess.o go.o gomo.o dark.o reversi.o -GAMEOBJS = card.o guess.o chicken.o othello.o +GAMEOBJS = card.o chicken.o OBJS:= admin.o assess.o edit.o menu.o xyz.o var.o visio.o \ vote.o voteboard.o \ $(COREOBJS) $(ACCOBJS) $(NETOBJS) $(TALKOBJS) $(UTILOBJS) \ |