This commit is contained in:
aozhiwei 2022-03-08 15:14:52 +08:00
parent 7b44474073
commit 522dd4ce4a

6
common.sh Normal file
View File

@ -0,0 +1,6 @@
GAME_ID=9003
PROJECT_NAME=friend_masterserver
SRC_EXE_NAME=friend_masterserver
SOURCE_PATH=third_party/relation/server/masterserver/
COMPILE_FLAGS="-DGAME_ID=${GAME_ID} -DRELEASE=1 -DLIB_DIR=ubuntu20.04_g++-9 ."
PRE_COMPILE_CMD=""