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 --- build_static.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 build_static.sh (limited to 'build_static.sh') diff --git a/build_static.sh b/build_static.sh deleted file mode 100755 index 6ed9183..0000000 --- a/build_static.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/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="-static -static-libgcc -static-libstdc++ -std=c++11 -pthread" - -g++ -o binary/nb4_static $FLAGS $SOURCES - -- cgit v1.2.3