summaryrefslogtreecommitdiff
path: root/build_static.sh
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2014-01-23 23:45:19 +0100
committerTreeki <treeki@gmail.com>2014-01-23 23:45:19 +0100
commit22b35add6baa191b6c82347686e2599d848f2cb7 (patch)
tree48536b5631d35c972dd5f93af4f68d428cf2a18c /build_static.sh
parentf923cd4beaf1c97f5873a9549b216c67520a8cca (diff)
downloadbounce4-22b35add6baa191b6c82347686e2599d848f2cb7.tar.gz
bounce4-22b35add6baa191b6c82347686e2599d848f2cb7.zip
move bouncer files into the bouncer directory
Diffstat (limited to 'build_static.sh')
-rwxr-xr-xbuild_static.sh9
1 files changed, 0 insertions, 9 deletions
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
-