-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmakefile
More file actions
31 lines (23 loc) · 1.04 KB
/
Copy pathmakefile
File metadata and controls
31 lines (23 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#-----------------------------------------------------------------------
APP := XGame
TARGET := HttpServer
CONFIG :=
STRIP_FLAG := N
TARS2CPP_FLAG :=
CFLAGS += -lm
CXXFLAGS += -lm
INCLUDE += -I/usr/local/cpp_modules/protobuf/include
LIB += -L/usr/local/cpp_modules/protobuf/lib -lprotobuf
INCLUDE += -I/usr/local/cpp_modules/wbl/include
LIB += -L/usr/local/cpp_modules/wbl/lib -lwbl
#-----------------------------------------------------------------------
include /home/tarsproto/XGame/Comm/Comm.mk
include /home/tarsproto/XGame/protocols/protocols.mk
include /home/tarsproto/XGame/LoginServer/LoginServer.mk
include /home/tarsproto/XGame/OrderServer/OrderServer.mk
include /usr/local/tars/cpp/makefile/makefile.tars
#-----------------------------------------------------------------------
xgame:
cp -f $(TARGET) /usr/local/app/tars/tarsnode/data/XPassport.HttpServer/bin/
100:
sshpass -p 'awzs2022' scp ./HttpServer root@10.10.10.100:/home/yuj/server/httpserver