* 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
This commit is contained in:
Brian
2010-06-09 07:48:29 -06:00
parent 4323ba11d3
commit bdb4b2bf8f
4 changed files with 8 additions and 8 deletions

View File

@@ -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)

View File

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 133 KiB

View File

@@ -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