This commit is contained in:
aozhiwei 2022-03-08 15:27:37 +08:00
parent 79f2a24a7a
commit 694a761ad4

6
common.sh Normal file
View File

@ -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=""