diff options
author | Treeki <treeki@gmail.com> | 2014-01-20 10:24:36 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2014-01-20 10:24:36 +0100 |
commit | c82c6f3671206a945d4a40227246ec5df4460232 (patch) | |
tree | d558b3aad4d5ba25deddf77925a52a5aecbefc95 /build.sh | |
parent | 52b1b88c9ce0f92235963cf1485b49df58cfbe87 (diff) | |
download | bounce4-c82c6f3671206a945d4a40227246ec5df4460232.tar.gz bounce4-c82c6f3671206a945d4a40227246ec5df4460232.zip |
split every class up into a separate file
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |