From 8143ba10de41465b1d424b62d7f6d0106e64a9de Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 18 Mar 2020 11:05:58 +0800 Subject: [PATCH] 1 --- .gitignore | 2 ++ boundle.sh | 1 + common.sh | 6 ++++++ manage.py | 1 + reload.sh | 1 + restart.sh | 1 + start_instance.sh | 1 + 7 files changed, 13 insertions(+) create mode 100644 .gitignore create mode 120000 boundle.sh create mode 100644 common.sh create mode 120000 manage.py create mode 120000 reload.sh create mode 120000 restart.sh create mode 120000 start_instance.sh diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d567ba0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin +target 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..306da00 --- /dev/null +++ b/common.sh @@ -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="" 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/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