|
@@ -7,8 +7,10 @@ |
|
|
# --------------------------------------------------------------------------------------------------------------------- |
|
|
# --------------------------------------------------------------------------------------------------------------------- |
|
|
# Modify to enable/disable specific features |
|
|
# Modify to enable/disable specific features |
|
|
|
|
|
|
|
|
# Build external plugins |
|
|
|
|
|
|
|
|
# Build external plugins (if debug is disabled) |
|
|
|
|
|
ifneq ($(DEBUG),true) |
|
|
EXTERNAL_PLUGINS = true |
|
|
EXTERNAL_PLUGINS = true |
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
# --------------------------------------------------------------------------------------------------------------------- |
|
|
# --------------------------------------------------------------------------------------------------------------------- |
|
|
# DO NOT MODIFY PAST THIS POINT! |
|
|
# DO NOT MODIFY PAST THIS POINT! |
|
|