mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 09:17:15 +00:00
Fixes to actually use the cmake defs added in the previous revision
This commit is contained in:
+8
-2
@@ -119,11 +119,17 @@ OPTION(EQEMU_ENABLE_BOTS "Enable Bots" OFF)
|
|||||||
#Disable entire _mlog system (excludes trade/command logs)
|
#Disable entire _mlog system (excludes trade/command logs)
|
||||||
OPTION(DISABLE_LOGSYS "Enable Logging INI System" OFF)
|
OPTION(DISABLE_LOGSYS "Enable Logging INI System" OFF)
|
||||||
|
|
||||||
#Disable entire _mlog system (excludes trade/command logs)
|
|
||||||
OPTION(DISABLE_LOGSYS "Enable Logging INI System" OFF)
|
|
||||||
#Enable GM Command log system
|
#Enable GM Command log system
|
||||||
OPTION(COMMANDS_LOGGING "Enable GM Command logs" ON)
|
OPTION(COMMANDS_LOGGING "Enable GM Command logs" ON)
|
||||||
|
|
||||||
|
IF(COMMANDS_LOGGING)
|
||||||
|
ADD_DEFINITIONS(-DCOMMANDS_LOGGING)
|
||||||
|
ENDIF(COMMANDS_LOGGING)
|
||||||
|
|
||||||
|
IF(DISABLE_LOGSYS)
|
||||||
|
ADD_DEFINITIONS(-DDISABLE_LOGSYS)
|
||||||
|
ENDIF(DISABLE_LOGSYS)
|
||||||
|
|
||||||
IF(EQEMU_ENABLE_BOTS)
|
IF(EQEMU_ENABLE_BOTS)
|
||||||
ADD_DEFINITIONS(-DBOTS)
|
ADD_DEFINITIONS(-DBOTS)
|
||||||
ENDIF(EQEMU_ENABLE_BOTS)
|
ENDIF(EQEMU_ENABLE_BOTS)
|
||||||
|
|||||||
Reference in New Issue
Block a user