mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
* shared lib builds again under Linux.
--HG-- branch : trunk
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
// Not thread safe (unless auto-initialization is avoided and each thread has
|
||||
// its own MTRand object)
|
||||
|
||||
#include"Platform/Define.h"
|
||||
#include"Define.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <time.h>
|
||||
|
||||
@@ -31,7 +31,7 @@ DEALINGS IN THE SOFTWARE.
|
||||
#include <iterator>
|
||||
|
||||
// use Trinity core types
|
||||
#include "Platform/Define.h"
|
||||
#include "Define.h"
|
||||
|
||||
namespace utf8
|
||||
{
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
########### next target ###############
|
||||
|
||||
SET(collision_STAT_SRCS
|
||||
BIH.h
|
||||
BIH.cpp
|
||||
BoundingIntervalHierarchy.h
|
||||
BoundingIntervalHierarchy.cpp
|
||||
Management/IVMapManager.h
|
||||
Maps/MapTree.cpp
|
||||
Maps/MapTree.h
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#define CONFIG_H
|
||||
|
||||
#include <Policies/Singleton.h>
|
||||
#include "Platform/Define.h"
|
||||
#include "Define.h"
|
||||
|
||||
class DOTCONFDocument;
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#define DATABASE_H
|
||||
|
||||
#include "Threading.h"
|
||||
#include "Utilities/UnorderedMap.h"
|
||||
#include "Dynamic/UnorderedMap.h"
|
||||
#include "Database/SqlDelayThread.h"
|
||||
#include "Policies/Singleton.h"
|
||||
#include "ace/Thread_Mutex.h"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#ifndef TRINITYSERVER_MEMORY_H
|
||||
#define TRINITYSERVER_MEMORY_H
|
||||
|
||||
#include "Platform/CompilerDefs.h"
|
||||
#include "shared/CompilerDefs.h"
|
||||
|
||||
#if COMPILER == COMPILER_MICROSOFT
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
#ifndef TRINITY_UNORDERED_MAP_H
|
||||
#define TRINITY_UNORDERED_MAP_H
|
||||
|
||||
#include "Platform/CompilerDefs.h"
|
||||
#include "Platform/Define.h"
|
||||
#include "CompilerDefs.h"
|
||||
#include "Define.h"
|
||||
|
||||
#if COMPILER == COMPILER_INTEL
|
||||
#include <ext/hash_map>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "Common.h"
|
||||
#include "Log.h"
|
||||
#include "Policies/SingletonImp.h"
|
||||
#include "Config/ConfigEnv.h"
|
||||
#include "Configuration/ConfigEnv.h"
|
||||
#include "Util.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#define TRINITY_CREATIONPOLICY_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "Platform/Define.h"
|
||||
#include "Define.h"
|
||||
|
||||
namespace Trinity
|
||||
{
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#define TRINITY_OBJECTLIFETIME_H
|
||||
|
||||
#include <stdexcept>
|
||||
#include "Platform/Define.h"
|
||||
#include "Define.h"
|
||||
|
||||
typedef void (* Destroyer)(void);
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Platform/Define.h"
|
||||
#include "Define.h"
|
||||
|
||||
namespace Trinity
|
||||
{
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef TRINITYCORE_PROGRESSBAR_H
|
||||
#define TRINITYCORE_PROGRESSBAR_H
|
||||
|
||||
#include "Platform/Define.h"
|
||||
#include "Define.h"
|
||||
|
||||
class barGoLink
|
||||
{
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#ifndef TRINITY_TIMER_H
|
||||
#define TRINITY_TIMER_H
|
||||
|
||||
#include "Platform/CompilerDefs.h"
|
||||
#include "shared/CompilerDefs.h"
|
||||
|
||||
#if PLATFORM == PLATFORM_WINDOWS
|
||||
# include <ace/config-all.h>
|
||||
|
||||
Reference in New Issue
Block a user