From bdb4b2bf8fcdcaad5066f4d8f815d3278f552f92 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 9 Jun 2010 07:48:29 -0600 Subject: [PATCH] * Rename conf file / icon file / Window file properties --HG-- branch : trunk rename : src/server/authserver/trinityrealm.conf.dist => src/server/authserver/authserver.conf.dist rename : src/server/authserver/TrinityRealm.ico => src/server/authserver/authserver.ico rename : src/server/authserver/TrinityRealm.rc => src/server/authserver/authserver.rc --- src/server/authserver/CMakeLists.txt | 4 ++-- ...{trinityrealm.conf.dist => authserver.conf.dist} | 0 .../authserver/{TrinityRealm.ico => authserver.ico} | Bin .../authserver/{TrinityRealm.rc => authserver.rc} | 12 ++++++------ 4 files changed, 8 insertions(+), 8 deletions(-) rename src/server/authserver/{trinityrealm.conf.dist => authserver.conf.dist} (100%) rename src/server/authserver/{TrinityRealm.ico => authserver.ico} (100%) rename src/server/authserver/{TrinityRealm.rc => authserver.rc} (86%) 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