mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Properly build and link core (yay!)
- Not done yet : Sorting out the PCH-system on *nix - Not done yet : Sorting out scriptcompilation (still broken) --HG-- branch : trunk
This commit is contained in:
@@ -33,7 +33,7 @@ option(CENTOS "CENTOS" 0)
|
||||
option(DO_CLI "With CLI" 1)
|
||||
option(DO_DEBUG "Debug mode" 0)
|
||||
option(DO_MYSQL "With MySQL support" 1)
|
||||
option(DO_PCH "Use precompiled headers" 1)
|
||||
option(DO_PCH "Use precompiled headers" 0)
|
||||
option(DO_RA "With RA" 0)
|
||||
option(DO_SCRIPTS "With trinityscripts" 1)
|
||||
option(DO_SQL "Copy SQL files" 0)
|
||||
|
||||
@@ -34,6 +34,8 @@ SET(game_STAT_SRCS
|
||||
AI/CreatureAIRegistry.h
|
||||
AI/CreatureAISelector.cpp
|
||||
AI/CreatureAISelector.h
|
||||
AI/CreatureAI.cpp
|
||||
AI/CreatureAI.h
|
||||
AuctionHouse/AuctionHouseMgr.cpp
|
||||
AuctionHouse/AuctionHouseMgr.h
|
||||
AuctionHouse/AuctionHouseBot/AuctionHouseBot.cpp
|
||||
|
||||
@@ -15,7 +15,9 @@ SET(shared_STAT_SRCS
|
||||
Utilities/SignalHandler.h
|
||||
Utilities/Timer.h
|
||||
Utilities/Util.cpp
|
||||
Utilities/Util.h
|
||||
Utilities/Util.h
|
||||
Utilities/EventProcessor.cpp
|
||||
Utilities/EventProcessor.h
|
||||
Common.cpp
|
||||
Common.h
|
||||
SystemConfig.h
|
||||
@@ -127,4 +129,4 @@ include_directories(
|
||||
${MYSQL_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
add_library(trinitydatabase STATIC ${trinitydatabase_STAT_SRCS})
|
||||
add_library(trinitydatabase STATIC ${trinitydatabase_STAT_SRCS})
|
||||
|
||||
Reference in New Issue
Block a user