From 694a761ad4d110b7df16f68fc83371618cb2d7f3 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 8 Mar 2022 15:27:37 +0800 Subject: [PATCH] 1 --- common.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 common.sh diff --git a/common.sh b/common.sh new file mode 100644 index 0000000..b5f3ecc --- /dev/null +++ b/common.sh @@ -0,0 +1,6 @@ +GAME_ID=9003 +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 -DLIB_DIR=ubuntu20.04_g++-9 ." +PRE_COMPILE_CMD=""