This commit is contained in:
aozhiwei 2020-03-18 11:05:58 +08:00
parent 25de817dea
commit 8143ba10de
7 changed files with 13 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
bin
target

1
boundle.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_cpp_i_n/boundle.sh

6
common.sh Normal file
View File

@ -0,0 +1,6 @@
GAME_ID=2004
PROJECT_NAME=wsproxy${GAME_ID}
SRC_EXE_NAME=wsproxy${GAME_ID}
SOURCE_PATH=third_party/wsproxy/server/wsproxy
COMPILE_FLAGS="-DGAME_ID=${GAME_ID} -DMASTER_MODE=1 -DRELEASE=1 ."
PRE_COMPILE_CMD=""

1
manage.py Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_cpp_i_n/manage.py

1
reload.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_cpp_i_n/reload.sh

1
restart.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_cpp_i_n/restart.sh

1
start_instance.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_cpp_i_n/start_instance.sh