This commit is contained in:
aozhiwei 2022-03-07 11:36:33 +08:00
parent 4c1191d739
commit 324682a1a8

6
common.sh Normal file
View File

@ -0,0 +1,6 @@
GAME_ID=2006
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=""