diff options
author | Treeki <treeki@gmail.com> | 2014-01-23 23:45:19 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2014-01-23 23:45:19 +0100 |
commit | 22b35add6baa191b6c82347686e2599d848f2cb7 (patch) | |
tree | 48536b5631d35c972dd5f93af4f68d428cf2a18c /build_static.sh | |
parent | f923cd4beaf1c97f5873a9549b216c67520a8cca (diff) | |
download | bounce4-22b35add6baa191b6c82347686e2599d848f2cb7.tar.gz bounce4-22b35add6baa191b6c82347686e2599d848f2cb7.zip |
move bouncer files into the bouncer directory
Diffstat (limited to 'build_static.sh')
-rwxr-xr-x | build_static.sh | 9 |
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 - |