* shared lib builds again under Linux.

--HG--
branch : trunk
This commit is contained in:
Brian
2010-06-07 07:13:35 -06:00
parent fcd58c134d
commit cbaf5587d6
13 changed files with 15 additions and 15 deletions

View File

@@ -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>

View File

@@ -31,7 +31,7 @@ DEALINGS IN THE SOFTWARE.
#include <iterator>
// use Trinity core types
#include "Platform/Define.h"
#include "Define.h"
namespace utf8
{

View File

@@ -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

View File

@@ -22,7 +22,7 @@
#define CONFIG_H
#include <Policies/Singleton.h>
#include "Platform/Define.h"
#include "Define.h"
class DOTCONFDocument;

View File

@@ -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"

View File

@@ -19,7 +19,7 @@
#ifndef TRINITYSERVER_MEMORY_H
#define TRINITYSERVER_MEMORY_H
#include "Platform/CompilerDefs.h"
#include "shared/CompilerDefs.h"
#if COMPILER == COMPILER_MICROSOFT

View File

@@ -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>

View File

@@ -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>

View File

@@ -22,7 +22,7 @@
#define TRINITY_CREATIONPOLICY_H
#include <stdlib.h>
#include "Platform/Define.h"
#include "Define.h"
namespace Trinity
{

View File

@@ -22,7 +22,7 @@
#define TRINITY_OBJECTLIFETIME_H
#include <stdexcept>
#include "Platform/Define.h"
#include "Define.h"
typedef void (* Destroyer)(void);

View File

@@ -26,7 +26,7 @@
*
*/
#include "Platform/Define.h"
#include "Define.h"
namespace Trinity
{

View File

@@ -20,7 +20,7 @@
#ifndef TRINITYCORE_PROGRESSBAR_H
#define TRINITYCORE_PROGRESSBAR_H
#include "Platform/Define.h"
#include "Define.h"
class barGoLink
{

View File

@@ -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>