This commit is contained in:
aozhiwei 2022-03-07 13:40:12 +08:00
parent 4e38165972
commit e4edffa043

7
common.sh Normal file
View File

@ -0,0 +1,7 @@
GAME_ID=2006
PROJECT_NAME=gameserver${GAME_ID}
SRC_EXE_NAME=gameserver${GAME_ID}
SOURCE_PATH=third_party/game2006/server/gameserver
COMPILE_FLAGS="-DGAME_ID=${GAME_ID} -DRELEASE=1 -DLIB_DIR=ubuntu20.04_g++-9 ."
PRE_COMPILE_CMD=""
EXT_PKG_FILES="res"