summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2014-01-20 10:24:36 +0100
committerTreeki <treeki@gmail.com>2014-01-20 10:24:36 +0100
commitc82c6f3671206a945d4a40227246ec5df4460232 (patch)
treed558b3aad4d5ba25deddf77925a52a5aecbefc95 /build.sh
parent52b1b88c9ce0f92235963cf1485b49df58cfbe87 (diff)
downloadbounce4-c82c6f3671206a945d4a40227246ec5df4460232.tar.gz
bounce4-c82c6f3671206a945d4a40227246ec5df4460232.zip
split every class up into a separate file
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index b138188..b28a816 100755
--- a/build.sh
+++ b/build.sh
@@ -1,4 +1,4 @@
#!/bin/sh
mkdir -p binary
-g++ -o binary/nb4 -std=c++11 core.cpp dns.cpp -lgnutls -pthread -g
+g++ -o binary/nb4 -std=c++11 main.cpp socketcommon.cpp client.cpp mobileclient.cpp server.cpp netcore.cpp dns.cpp -lgnutls -pthread -g