Alsmost TLS
This commit is contained in:
parent
10fa23bba3
commit
385c7068e1
BIN
HTTPServer
Executable file
BIN
HTTPServer
Executable file
Binary file not shown.
5
compile
5
compile
@ -5,7 +5,7 @@ do
|
||||
filename="${file%.*}"
|
||||
list="$list $filename.o"
|
||||
echo -n "Compiling $filename..."
|
||||
g++ -c -I../CoreUtils -I../ServerCore $file &
|
||||
g++ -g -c -I../CoreUtils -I../ServerCore $file
|
||||
if [ $? = '0' ]
|
||||
then
|
||||
echo "OK"
|
||||
@ -18,8 +18,7 @@ done
|
||||
|
||||
wait
|
||||
echo -n "Building executable HTTPServer..."
|
||||
echo $list
|
||||
g++ -o HTTPServer -I../CoreUtils -I../ServerCore -L../CoreUtils -L../ServerCore -lCoreUtils -lServerCore $list
|
||||
g++ -g -o HTTPServer $list -L../CoreUtils -lCoreUtils -L../ServerCore -lServerCore -lpthread -luuid -lssl -lcrypto
|
||||
if [ $? = '0' ]
|
||||
then
|
||||
echo "OK"
|
||||
|
Loading…
x
Reference in New Issue
Block a user