mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
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:
parent
3c48e1df1a
commit
621533fae8
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -553,6 +553,11 @@ else
|
||||||
|
|
||||||
endif
|
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 enhancement options
|
||||||
|
|
||||||
# Check for debug option
|
# Check for debug option
|
||||||
|
|
Loading…
Reference in a new issue