This commit is contained in:
aozhiwei 2023-11-17 21:46:52 +08:00
parent 331d0f9230
commit bda203b7ba

View File

@ -1,6 +1,6 @@
GAME_ID=2006 GAME_ID=2006
PROJECT_NAME=wsproxy PROJECT_NAME=wsproxy${GAME_ID}
SRC_EXE_NAME=wsproxy${GAME_ID} SRC_EXE_NAME=wsproxy/bin/wsproxy
SOURCE_PATH=third_party/wsproxy/server/wsproxy SOURCE_PATH=third_party/wsproxy/server/wsproxy
COMPILE_FLAGS="-DGAME_ID=${GAME_ID} -DMASTER_MODE=1 -DRELEASE=1 -DLIB_DIR=ubuntu20.04_g++-9 ." COMPILE_FLAGS="-DGAME_ID=${GAME_ID} -DMASTER_MODE=1 -DRELEASE=1 -DLIB_DIR=ubuntu20.04_g++-9 ."
PRE_COMPILE_CMD="" PRE_COMPILE_CMD=""