1
This commit is contained in:
commit
4f35cc111b
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal 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/wsproxy"]
|
||||
path = third_party/wsproxy
|
||||
url = git@git.kingsome.cn:server_common/wsproxy.git
|
0
bin/.gitkeep
Normal file
0
bin/.gitkeep
Normal file
1
boundle.sh
Symbolic link
1
boundle.sh
Symbolic link
@ -0,0 +1 @@
|
||||
third_party/tools/scripts/publish_cpp_i_n/boundle.sh
|
6
common.sh
Normal file
6
common.sh
Normal file
@ -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=""
|
1
manage.py
Symbolic link
1
manage.py
Symbolic link
@ -0,0 +1 @@
|
||||
third_party/tools/scripts/publish_cpp_i_n/manage.py
|
1
real_start_instance.sh
Symbolic link
1
real_start_instance.sh
Symbolic link
@ -0,0 +1 @@
|
||||
third_party/tools/scripts/publish_cpp_i_n/real_start_instance.sh
|
1
reload.sh
Symbolic link
1
reload.sh
Symbolic link
@ -0,0 +1 @@
|
||||
third_party/tools/scripts/publish_cpp_i_n/reload.sh
|
1
restart.sh
Symbolic link
1
restart.sh
Symbolic link
@ -0,0 +1 @@
|
||||
third_party/tools/scripts/publish_cpp_i_n/restart.sh
|
1
start_instance.sh
Symbolic link
1
start_instance.sh
Symbolic link
@ -0,0 +1 @@
|
||||
third_party/tools/scripts/publish_cpp_i_n/start_instance.sh
|
0
target/.gitkeep
Normal file
0
target/.gitkeep
Normal file
1
third_party/tools
vendored
Submodule
1
third_party/tools
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 756695d0a5d8ab91eab0b18599ae0338a399d5c6
|
1
third_party/wsproxy
vendored
Submodule
1
third_party/wsproxy
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 58e7d6df7e3fa0a7134067d7c738b265f375636b
|
Loading…
x
Reference in New Issue
Block a user