-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathrun.sh
executable file
·7 lines (7 loc) · 2.69 KB
/
run.sh
1
2
3
4
5
6
7
g++ -g -Wall -std=c++11 -o HelloServer Application.cpp HelloServer.cpp tc_epoll_server.cpp tc_epoller.cpp tc_socket.cpp tc_thread_cond.cpp tc_thread.cpp tc_ex.cpp tc_thread_mutex.cpp tc_clientsocket.cpp HelloImp.cpp ServantHelper.cpp Servant.cpp ServantHandle.cpp CoroutineScheduler.cpp ServantProxy.cpp tc_jump_x86_64_sysv_elf_gas.s tc_make_x86_64_sysv_elf_gas.s CommunicatorEpoll.cpp ObjectProxyFactory.cpp AsyncProcThread.cpp ObjectProxy.cpp Transceiver.cpp tc_buffer.cpp NetworkUtil.cpp TarsNodeF.cpp Communicator.cpp AdminServant.cpp -lpthread
g++ -g -Wall -std=c++11 -o NodeServer Application.cpp NodeServer.cpp tc_epoll_server.cpp tc_epoller.cpp tc_socket.cpp tc_thread_cond.cpp tc_thread.cpp tc_ex.cpp tc_thread_mutex.cpp tc_clientsocket.cpp ServerImp.cpp ServantHelper.cpp Servant.cpp ServantHandle.cpp CoroutineScheduler.cpp ServantProxy.cpp tc_jump_x86_64_sysv_elf_gas.s tc_make_x86_64_sysv_elf_gas.s CommunicatorEpoll.cpp ObjectProxyFactory.cpp AsyncProcThread.cpp ObjectProxy.cpp Transceiver.cpp tc_buffer.cpp NetworkUtil.cpp TarsNodeF.cpp Communicator.cpp AdminServant.cpp NodeImp.cpp ServerObject.cpp -lpthread
g++ -Wall -g -std=c++11 -o tar-client tar_client.cpp CommunicatorEpoll.cpp tc_thread.cpp tc_thread_mutex.cpp tc_epoller.cpp tc_socket.cpp tc_thread_cond.cpp tc_ex.cpp NetworkUtil.cpp ObjectProxy.cpp Transceiver.cpp tc_buffer.cpp AsyncProcThread.cpp ObjectProxyFactory.cpp ServantProxy.cpp -lpthread
g++ -Wall -g -std=c++11 -o tar-client-improve tar_client_improve.cpp Communicator.cpp CommunicatorEpoll.cpp tc_thread.cpp tc_thread_mutex.cpp tc_epoller.cpp tc_socket.cpp tc_thread_cond.cpp tc_ex.cpp NetworkUtil.cpp ObjectProxy.cpp Transceiver.cpp tc_buffer.cpp AsyncProcThread.cpp ObjectProxyFactory.cpp ServantProxy.cpp -lpthread
g++ -Wall -g -std=c++11 -o tar-client-NodeServer tar_client_NodeServer.cpp Communicator.cpp CommunicatorEpoll.cpp tc_thread.cpp tc_thread_mutex.cpp tc_epoller.cpp tc_socket.cpp tc_thread_cond.cpp tc_ex.cpp NetworkUtil.cpp ObjectProxy.cpp Transceiver.cpp tc_buffer.cpp AsyncProcThread.cpp ObjectProxyFactory.cpp ServantProxy.cpp -lpthread
g++ -Wall -g -std=c++11 -o tar-client-async tar_client_async.cpp CommunicatorEpoll.cpp tc_thread.cpp tc_thread_mutex.cpp tc_epoller.cpp AsyncProcThread.cpp tc_socket.cpp tc_thread_cond.cpp tc_ex.cpp NetworkUtil.cpp ObjectProxy.cpp Transceiver.cpp tc_buffer.cpp ServantProxy.cpp ObjectProxyFactory.cpp -lpthread
g++ -Wall -g -std=c++11 -o tar-client-async-improve tar_client_async_improve.cpp Communicator.cpp CommunicatorEpoll.cpp tc_thread.cpp tc_thread_mutex.cpp tc_epoller.cpp AsyncProcThread.cpp tc_socket.cpp tc_thread_cond.cpp tc_ex.cpp NetworkUtil.cpp ObjectProxy.cpp Transceiver.cpp tc_buffer.cpp ServantProxy.cpp ObjectProxyFactory.cpp -lpthread