diff options
| author | click <none@none> | 2010-06-24 17:32:50 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-06-24 17:32:50 +0200 |
| commit | 0b2dad9c9750be653ed61ac4dae2debfe3825011 (patch) | |
| tree | f465e5b65a6f98a1af4eb0a62d328066078c26ee /src/server/shared | |
| parent | 35aa050db846f4d7f253bfd8fe68fb38db23279e (diff) | |
Remove a possible NaN-value in WorldObject::HasInArc (thanks to arrai)
+ do some hack'n'slash-work on the CMakeLists with my trusted axe ( I just LOVE being a viking - I get to wield an axe for free!)
--HG--
branch : trunk
Diffstat (limited to 'src/server/shared')
| -rw-r--r-- | src/server/shared/CMakeLists.txt | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/server/shared/CMakeLists.txt b/src/server/shared/CMakeLists.txt index c815ddb9902..04fbfbea60f 100644 --- a/src/server/shared/CMakeLists.txt +++ b/src/server/shared/CMakeLists.txt @@ -11,26 +11,14 @@ ########### shared ############### set(shared_STAT_SRCS - Debugging/Errors.h Logging/Log.cpp - Logging/Log.h - Packets/ByteBuffer.h - Packets/WorldPacket.h Policies/ObjectLifeTime.cpp Threading/DelayExecutor.cpp - Threading/DelayExecutor.h Threading/Threading.cpp Utilities/ProgressBar.cpp - Utilities/ProgressBar.h - Utilities/SignalHandler.h - Utilities/Timer.h Utilities/Util.cpp - Utilities/Util.h Utilities/EventProcessor.cpp - Utilities/EventProcessor.h Common.cpp - Common.h - SystemConfig.h ) include_directories( @@ -66,12 +54,8 @@ target_link_libraries( set(trinityconfig_STAT_SRCS Configuration/dotconfpp/dotconfpp.cpp - Configuration/dotconfpp/dotconfpp.h Configuration/dotconfpp/mempool.cpp - Configuration/dotconfpp/mempool.h Configuration/Config.cpp - Configuration/Config.h - Configuration/ConfigEnv.h ) include_directories( @@ -86,17 +70,11 @@ add_library(trinityconfig STATIC ${trinityconfig_STAT_SRCS}) set(trinityauth_STAT_SRCS Cryptography/Authentication/AuthCrypt.cpp - Cryptography/Authentication/AuthCrypt.h Cryptography/BigNumber.cpp - Cryptography/BigNumber.h Cryptography/HMACSHA1.cpp - Cryptography/HMACSHA1.h Cryptography/SHA1.cpp - Cryptography/SHA1.h Cryptography/MD5.c - Cryptography/MD5.h Cryptography/ARC4.cpp - Cryptography/ARC4.h ) include_directories( @@ -112,22 +90,12 @@ add_library(trinityauth STATIC ${trinityauth_STAT_SRCS}) set(trinitydatabase_STAT_SRCS DataStores/DBCFileLoader.cpp - DataStores/DBCFileLoader.h - DataStores/DBCStore.h Database/Database.cpp - Database/Database.h - Database/DatabaseEnv.h - Database/DatabaseImpl.h Database/Field.cpp - Database/Field.h Database/QueryResult.cpp - Database/QueryResult.h Database/SQLStorage.cpp - Database/SQLStorage.h Database/SqlDelayThread.cpp - Database/SqlDelayThread.h Database/SqlOperations.cpp - Database/SqlOperations.h ) include_directories( |
