Compile fix

This commit is contained in:
Aokromes
2016-05-03 17:29:59 +02:00
parent 303082546b
commit 9a074db8bf
2 changed files with 3 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ set(bnetserver_SRCS
if( WIN32 )
set(bnetserver_SRCS
${bnetserver_SRCS}
${sources_windows_Debugging}
${sources_windows}
)
if ( MSVC )
set(bnetserver_SRCS
@@ -60,9 +60,11 @@ include_directories(
${CMAKE_SOURCE_DIR}/src/common/Logging
${CMAKE_SOURCE_DIR}/src/common/Threading
${CMAKE_SOURCE_DIR}/src/common/Utilities
${CMAKE_SOURCE_DIR}/src/common/Plataform
${CMAKE_SOURCE_DIR}/src/server/database
${CMAKE_SOURCE_DIR}/src/server/database/Database
${CMAKE_SOURCE_DIR}/src/server/database/Logging
${CMAKE_SOURCE_DIR}/src/server/database/Updater
${CMAKE_SOURCE_DIR}/src/server/ipc
${CMAKE_SOURCE_DIR}/src/server/shared
${CMAKE_SOURCE_DIR}/src/server/shared/Networking

View File

@@ -60,7 +60,6 @@ variables_map GetConsoleArguments(int argc, char** argv, std::string& configFile
boost::asio::io_service _ioService;
boost::asio::deadline_timer _dbPingTimer(_ioService);
uint32 _dbPingInterval;
LoginDatabaseWorkerPool LoginDatabase;
int main(int argc, char** argv)
{