mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-02 06:02:25 +00:00
PCH main zone primitives
This commit is contained in:
parent
e21c386bda
commit
20e135fbc4
@ -28,7 +28,7 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#ifdef utf16_to_utf8
|
#ifdef utf16_to_utf8
|
||||||
#undef utf16_to_utf8
|
#undef utf16_to_utf8
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -27,9 +27,9 @@
|
|||||||
|
|
||||||
|
|
||||||
// fmt
|
// fmt
|
||||||
//#include <fmt/format.h>
|
#include <fmt/format.h>
|
||||||
# include <fmt/core.h>
|
//# include <fmt/core.h>
|
||||||
# define FMT_STRING(s) s
|
//# define FMT_STRING(s) s
|
||||||
|
|
||||||
// lua
|
// lua
|
||||||
#include "lua.hpp"
|
#include "lua.hpp"
|
||||||
|
|||||||
@ -289,7 +289,7 @@ INSTALL(TARGETS zone RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
|||||||
|
|
||||||
TARGET_PRECOMPILE_HEADERS(zone PRIVATE ../common/pch/pch.h)
|
TARGET_PRECOMPILE_HEADERS(zone PRIVATE ../common/pch/pch.h)
|
||||||
TARGET_PRECOMPILE_HEADERS(zone PRIVATE ../common/types.h ../common/eqemu_logsys.h ../common/eqemu_logsys_log_aliases.h ../common/features.h ../common/global_define.h)
|
TARGET_PRECOMPILE_HEADERS(zone PRIVATE ../common/types.h ../common/eqemu_logsys.h ../common/eqemu_logsys_log_aliases.h ../common/features.h ../common/global_define.h)
|
||||||
TARGET_PRECOMPILE_HEADERS(zone PRIVATE mob.h client.h zone.h)
|
TARGET_PRECOMPILE_HEADERS(zone PRIVATE mob.h npc.h corpse.h doors.h bot.h entity.h client.h zone.h)
|
||||||
TARGET_PRECOMPILE_HEADERS(zone PRIVATE ${lua_headers})
|
TARGET_PRECOMPILE_HEADERS(zone PRIVATE ${lua_headers})
|
||||||
|
|
||||||
ADD_DEFINITIONS(-DZONE)
|
ADD_DEFINITIONS(-DZONE)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user