diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-08-26 18:47:08 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-08-26 18:47:08 +0800 |
commit | 93d4cfc9955a16f6dc42ac3f7de55ec398e91bdc (patch) | |
tree | a30f06e2eff15b42ca47f942923bde375b5c1d6d /mbbsd | |
parent | fd70a4e6e7fc66edaf02664751270576cab74c73 (diff) | |
download | pttbbs-93d4cfc9955a16f6dc42ac3f7de55ec398e91bdc.tar pttbbs-93d4cfc9955a16f6dc42ac3f7de55ec398e91bdc.tar.gz pttbbs-93d4cfc9955a16f6dc42ac3f7de55ec398e91bdc.tar.bz2 pttbbs-93d4cfc9955a16f6dc42ac3f7de55ec398e91bdc.tar.lz pttbbs-93d4cfc9955a16f6dc42ac3f7de55ec398e91bdc.tar.xz pttbbs-93d4cfc9955a16f6dc42ac3f7de55ec398e91bdc.tar.zst pttbbs-93d4cfc9955a16f6dc42ac3f7de55ec398e91bdc.zip |
* change chess source file names to be prefixed with ch_*.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4778 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/Makefile | 2 | ||||
-rw-r--r-- | mbbsd/ch_dark.c (renamed from mbbsd/dark.c) | 0 | ||||
-rw-r--r-- | mbbsd/ch_go.c (renamed from mbbsd/go.c) | 0 | ||||
-rw-r--r-- | mbbsd/ch_gomo.c (renamed from mbbsd/gomo.c) | 0 | ||||
-rw-r--r-- | mbbsd/ch_reversi.c (renamed from mbbsd/reversi.c) | 0 |
5 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/Makefile b/mbbsd/Makefile index fc462764..52fb9ce4 100644 --- a/mbbsd/Makefile +++ b/mbbsd/Makefile @@ -15,7 +15,7 @@ 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 -CHESSOBJS= chc.o chc_tab.o chess.o go.o gomo.o dark.o reversi.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 \ vote.o voteboard.o \ diff --git a/mbbsd/dark.c b/mbbsd/ch_dark.c index 1571f2b0..1571f2b0 100644 --- a/mbbsd/dark.c +++ b/mbbsd/ch_dark.c diff --git a/mbbsd/go.c b/mbbsd/ch_go.c index 9c7256cd..9c7256cd 100644 --- a/mbbsd/go.c +++ b/mbbsd/ch_go.c diff --git a/mbbsd/gomo.c b/mbbsd/ch_gomo.c index b8a74cb6..b8a74cb6 100644 --- a/mbbsd/gomo.c +++ b/mbbsd/ch_gomo.c diff --git a/mbbsd/reversi.c b/mbbsd/ch_reversi.c index 1a4a6d1f..1a4a6d1f 100644 --- a/mbbsd/reversi.c +++ b/mbbsd/ch_reversi.c |