1
This commit is contained in:
commit
476b5598ff
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
bin
|
||||
target
|
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/game2004"]
|
||||
path = third_party/game2004
|
||||
url = git@git.kingsome.cn:server/game2004.git
|
0
bin/.gitkeeper
Normal file
0
bin/.gitkeeper
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
|
7
common.sh
Normal file
7
common.sh
Normal file
@ -0,0 +1,7 @@
|
||||
GAME_ID=2004
|
||||
PROJECT_NAME=gameserver${GAME_ID}
|
||||
SRC_EXE_NAME=gameserver${GAME_ID}
|
||||
SOURCE_PATH=third_party/game2004/server/gameserver
|
||||
COMPILE_FLAGS="-DGAME_ID=${GAME_ID} -DRELEASE=1 ."
|
||||
PRE_COMPILE_CMD=""
|
||||
EXT_PKG_FILES="res"
|
1
manage.py
Symbolic link
1
manage.py
Symbolic link
@ -0,0 +1 @@
|
||||
third_party/tools/scripts/publish_cpp_i_n/manage.py
|
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/.gitkeeper
Normal file
0
target/.gitkeeper
Normal file
1
third_party/game2004
vendored
Submodule
1
third_party/game2004
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit b779b32f2095ee1106024e890033a3d1a10e99ed
|
1
third_party/tools
vendored
Submodule
1
third_party/tools
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 04a0bc939eeae0090fd0e8964dddf3863a551154
|
Loading…
x
Reference in New Issue
Block a user