diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-07-06 11:41:08 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-07-06 11:41:08 +0800 |
commit | bf006bc9653ae3e621486c56f9892841b49bf5d7 (patch) | |
tree | e47ca8993a630cbc8da41183c45409de038d78cd /mbbsd/Makefile | |
parent | 282b585f4f217d84007144877810b70ba2c6dd79 (diff) | |
download | pttbbs-bf006bc9653ae3e621486c56f9892841b49bf5d7.tar pttbbs-bf006bc9653ae3e621486c56f9892841b49bf5d7.tar.gz pttbbs-bf006bc9653ae3e621486c56f9892841b49bf5d7.tar.bz2 pttbbs-bf006bc9653ae3e621486c56f9892841b49bf5d7.tar.lz pttbbs-bf006bc9653ae3e621486c56f9892841b49bf5d7.tar.xz pttbbs-bf006bc9653ae3e621486c56f9892841b49bf5d7.tar.zst pttbbs-bf006bc9653ae3e621486c56f9892841b49bf5d7.zip |
delete blog comments from mbbsd
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1032 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/Makefile')
-rw-r--r-- | mbbsd/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mbbsd/Makefile b/mbbsd/Makefile index a8ebd584..7d16b04f 100644 --- a/mbbsd/Makefile +++ b/mbbsd/Makefile @@ -1,7 +1,12 @@ -# $Id: Makefile,v 1.27 2003/06/28 08:55:40 kcwu Exp $ +# $Id: Makefile,v 1.28 2003/07/06 03:41:08 in2 Exp $ .include "../pttbbs.mk" +.if defined(WITH_BLOG) +CFLAGS+= -I/usr/local/include -DBLOG +LDFLAGS+= -L/usr/local/lib/mysql -lmysqlclient +.endif + PROG= mbbsd OBJS= admin.o announce.o args.o bbs.o board.o cache.o cal.o card.o\ chat.o chc_draw.o chc_net.o chc_play.o chc_rule.o chicken.o dark.o\ |