mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
* 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:
@@ -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)
|
||||
|
||||
|
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
@@ -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
|
||||
Reference in New Issue
Block a user