Skip to content

Commit 2ee7821

Browse files
author
blog.s135.com
committed
HTTPSQS 1.5
1 parent 88d9382 commit 2ee7821

4 files changed

Lines changed: 259 additions & 94 deletions

File tree

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Makefile for httpsqs
22
CC=gcc
3-
CFLAGS=-L/usr/local/libevent-1.4.13-stable/lib/ -levent -L/usr/local/tokyocabinet-1.4.45/lib/ -ltokyocabinet -I/usr/local/libevent-1.4.13-stable/include/ -I/usr/local/tokyocabinet-1.4.45/include/ -lz -lbz2 -lrt -lpthread -lm -lc -O2
3+
CFLAGS=-L/usr/local/libevent-2.0.10-stable/lib/ -levent -L/usr/local/tokyocabinet-1.4.47/lib/ -ltokyocabinet -I/usr/local/libevent-2.0.10-stable/include/ -I/usr/local/tokyocabinet-1.4.47/include/ -lz -lbz2 -lrt -lpthread -lm -lc -O2 -g --static
44

55
httpsqs: httpsqs.c
6-
$(CC) -o httpsqs httpsqs.c $(CFLAGS)
6+
$(CC) -o httpsqs httpsqs.c prename.c $(CFLAGS)
7+
@echo ""
8+
@echo "httpsqs build complete."
9+
@echo ""
710

811
clean: httpsqs
912
rm -f httpsqs

0 commit comments

Comments
 (0)