From 22b35add6baa191b6c82347686e2599d848f2cb7 Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 23 Jan 2014 23:45:19 +0100 Subject: move bouncer files into the bouncer directory --- bouncer/build.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 bouncer/build.sh (limited to 'bouncer/build.sh') diff --git a/bouncer/build.sh b/bouncer/build.sh new file mode 100755 index 0000000..935cae6 --- /dev/null +++ b/bouncer/build.sh @@ -0,0 +1,9 @@ +#!/bin/sh +mkdir -p binary + +NETCODE="socketcommon.cpp client.cpp mobileclient.cpp server.cpp ircserver.cpp netcore.cpp" +SOURCES="$NETCODE main.cpp window.cpp dns.cpp" +FLAGS="-std=c++11 -DUSE_GNUTLS -lgnutls -pthread -g" + +g++ -o binary/nb4 $FLAGS $SOURCES + -- cgit v1.2.3