commit 4f35cc111b80d3f28884ba523995e7ef090cb690 Author: aozhiwei Date: Fri Jan 8 13:27:30 2021 +0800 1 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3284264 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "third_party/tools"] + path = third_party/tools + url = git@git.kingsome.cn:server_common/tools.git +[submodule "third_party/wsproxy"] + path = third_party/wsproxy + url = git@git.kingsome.cn:server_common/wsproxy.git diff --git a/bin/.gitkeep b/bin/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/boundle.sh b/boundle.sh new file mode 120000 index 0000000..17508bf --- /dev/null +++ b/boundle.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_cpp_i_n/boundle.sh \ No newline at end of file diff --git a/common.sh b/common.sh new file mode 100644 index 0000000..9c68646 --- /dev/null +++ b/common.sh @@ -0,0 +1,6 @@ +GAME_ID=2005 +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="" diff --git a/manage.py b/manage.py new file mode 120000 index 0000000..5575f96 --- /dev/null +++ b/manage.py @@ -0,0 +1 @@ +third_party/tools/scripts/publish_cpp_i_n/manage.py \ No newline at end of file diff --git a/real_start_instance.sh b/real_start_instance.sh new file mode 120000 index 0000000..20e6a6d --- /dev/null +++ b/real_start_instance.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_cpp_i_n/real_start_instance.sh \ No newline at end of file diff --git a/reload.sh b/reload.sh new file mode 120000 index 0000000..4f94bd7 --- /dev/null +++ b/reload.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_cpp_i_n/reload.sh \ No newline at end of file diff --git a/restart.sh b/restart.sh new file mode 120000 index 0000000..40730a5 --- /dev/null +++ b/restart.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_cpp_i_n/restart.sh \ No newline at end of file diff --git a/start_instance.sh b/start_instance.sh new file mode 120000 index 0000000..dc94249 --- /dev/null +++ b/start_instance.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_cpp_i_n/start_instance.sh \ No newline at end of file diff --git a/target/.gitkeep b/target/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..756695d --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit 756695d0a5d8ab91eab0b18599ae0338a399d5c6 diff --git a/third_party/wsproxy b/third_party/wsproxy new file mode 160000 index 0000000..58e7d6d --- /dev/null +++ b/third_party/wsproxy @@ -0,0 +1 @@ +Subproject commit 58e7d6df7e3fa0a7134067d7c738b265f375636b