Add coop-specific define

Added -DCOOP to identify that this is a coop build so that one patch can
be applied to EX and/or COOP. They can choose to ifdef entity synchronization
out.
This commit is contained in:
MysterD 2020-09-03 21:48:50 -07:00
parent 3c48e1df1a
commit 621533fae8
1 changed files with 5 additions and 0 deletions

View File

@ -553,6 +553,11 @@ else
endif
# Identify that this is a coop build so that one patch can be applied to EX
# and/or COOP. They can choose to ifdef entity synchronization out.
CC_CHECK += -DCOOP
CFLAGS += -DCOOP
# Check for enhancement options
# Check for debug option