From 6aefa6632023c99c5b91bae0e099df94fa69d890 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 17 May 2011 04:18:13 +0000 Subject: GatsCon now supports proxying, and way better than qtbenc ever did. Not only does it proxy, but you can inject your own messages going to the client or host. Pretty slick, really. Next up, reading and creating files. --- default.bld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'default.bld') diff --git a/default.bld b/default.bld index a2e7e23..b3a9020 100644 --- a/default.bld +++ b/default.bld @@ -94,7 +94,7 @@ target "gatscon" CXXFLAGS += "-Isrc/gatscon"; - CXXFLAGS += "-I. -Ilibbu++ -Itmp"; - LDFLAGS += "-L. -lgats -Llibbu++ -lbu++"; + CXXFLAGS += "-I. -Ilibbu++ -Itmp -Ilibzamui/src"; + LDFLAGS += "-L. -lgats -Llibbu++ -lbu++ -Llibzamui -lzamui"; } -- cgit v1.2.3