mirror of
https://github.com/mangosfour/server.git
synced 2025-12-31 22:37:05 +00:00
[Build] Larger build system update
FIXED: Core now builds under cmake for Windows TODO: Map and mmap gen currently does not build TODO: More sync work is required for Eluna, thus Eluna is temporarily disabled This has only been tested under Windows with CMAKE and VS
This commit is contained in:
parent
c2f9316581
commit
13292befd6
640 changed files with 100354 additions and 29918 deletions
|
|
@ -28,6 +28,11 @@
|
|||
#include "Platform/Define.h"
|
||||
#include <cassert>
|
||||
|
||||
#ifndef MANGOS
|
||||
#define MANGOS
|
||||
#endif /* MANGOS */
|
||||
#define CATA
|
||||
|
||||
enum Gender
|
||||
{
|
||||
GENDER_MALE = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue