This commit is contained in:
aozhiwei 2022-03-08 14:50:19 +08:00
parent 2c77c75768
commit d78bb52762
10 changed files with 20 additions and 0 deletions

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "third_party/tools"]
path = third_party/tools
url = git@git.kingsome.cn:server_common/tools.git
[submodule "third_party/relation"]
path = third_party/relation
url = git@git.kingsome.cn:server/relation.git

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=9003
PROJECT_NAME=friend_imserver
SRC_EXE_NAME=friend_imserver
SOURCE_PATH=third_party/relation/server/imserver/
COMPILE_FLAGS="-DGAME_ID=${GAME_ID} -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
real_start_instance.sh Symbolic link
View File

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

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

1
third_party/relation vendored Submodule

@ -0,0 +1 @@
Subproject commit f10c8b30fd45f545a36b803867e55f1d823b8f35

1
third_party/tools vendored Submodule

@ -0,0 +1 @@
Subproject commit 725d70ebaba30c20124075cf5e4bd751d2404d28