This commit is contained in:
aozhiwei 2019-11-28 16:54:04 +08:00
parent cb0aeced15
commit 1eac94fcfa

View File

@ -1,6 +1,6 @@
GAME_ID=2002
PROJECT_NAME=gameserver${GAME_ID}
SRC_EXE_NAME=gameserver
SOURCE_PATH=third_party/gameserver/server/gameserver
SOURCE_PATH=third_party/game2002/server/gameserver
COMPILE_FLAGS="-DGAME_ID=${GAME_ID} ."
PRE_COMPILE_CMD="python ../tools/scripts/construct/build_pb.py --nohooks 1"