diff --git a/src/server/authserver/CMakeLists.txt b/src/server/authserver/CMakeLists.txt index 2b76157a9e1..c3fde830b43 100644 --- a/src/server/authserver/CMakeLists.txt +++ b/src/server/authserver/CMakeLists.txt @@ -44,7 +44,7 @@ SET(authserver_LINK_FLAGS "") add_executable(authserver ${authserver_SRCS}) add_definitions( --D_TRINITY_REALM_CONFIG='"${CONF_DIR}/trinityrealm.conf"' +-D_TRINITY_REALM_CONFIG='"${CONF_DIR}/authserver.conf"' ) IF (DO_MYSQL) SET(trinity-realm_LINK_FLAGS "-pthread ${authserver_LINK_FLAGS}") @@ -72,4 +72,4 @@ install(TARGETS authserver DESTINATION bin) ########### install files ############### -install(FILES trinityrealm.conf.dist DESTINATION etc) +install(FILES authserver.conf.dist DESTINATION etc) diff --git a/src/server/authserver/trinityrealm.conf.dist b/src/server/authserver/authserver.conf.dist similarity index 100% rename from src/server/authserver/trinityrealm.conf.dist rename to src/server/authserver/authserver.conf.dist diff --git a/src/server/authserver/TrinityRealm.ico b/src/server/authserver/authserver.ico similarity index 100% rename from src/server/authserver/TrinityRealm.ico rename to src/server/authserver/authserver.ico diff --git a/src/server/authserver/TrinityRealm.rc b/src/server/authserver/authserver.rc similarity index 86% rename from src/server/authserver/TrinityRealm.rc rename to src/server/authserver/authserver.rc index dfc548305fd..74ce7f43858 100644 --- a/src/server/authserver/TrinityRealm.rc +++ b/src/server/authserver/authserver.rc @@ -36,7 +36,7 @@ // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDI_APPICON ICON "TrinityRealm.ico" +IDI_APPICON ICON "authserver.ico" ///////////////////////////////////////////////////////////////////////////// // Neutre (Par défaut système) resources @@ -69,12 +69,12 @@ BEGIN BEGIN BLOCK "080004b0" BEGIN - VALUE "FileDescription", "TrinityRealm" + VALUE "FileDescription", "authserver" VALUE "FileVersion", STRFILEVER - VALUE "InternalName", "TrinityRealm" - VALUE "LegalCopyright", "Copyright (C) 2008-2009" - VALUE "OriginalFilename", "TrinityRealm.exe" - VALUE "ProductName", "TrinityRealm" + VALUE "InternalName", "authserver" + VALUE "LegalCopyright", "Copyright (C) 2008-2010" + VALUE "OriginalFilename", "authserver.exe" + VALUE "ProductName", "authserver" VALUE "ProductVersion", STRPRODUCTVER END END