mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
* Rename trinitycore.conf / ico / windows properties
--HG-- branch : trunk rename : src/server/worldserver/trinitycore.conf.dist => src/server/worldserver/worldserver.conf.dist rename : src/server/worldserver/TrinityCore.ico => src/server/worldserver/worldserver.ico rename : src/server/worldserver/TrinityCore.rc => src/server/worldserver/worldserver.rc
This commit is contained in:
@@ -122,7 +122,7 @@ SET(worldserver_LINK_FLAGS "")
|
||||
|
||||
add_executable(worldserver ${worldserver_SRCS})
|
||||
add_definitions(
|
||||
-D_TRINITY_CORE_CONFIG='"${CONF_DIR}/trinitycore.conf"'
|
||||
-D_TRINITY_CORE_CONFIG='"${CONF_DIR}/worldserver.conf"'
|
||||
)
|
||||
IF (DO_MYSQL)
|
||||
SET(worldserver_LINK_FLAGS "-pthread ${worldserver_LINK_FLAGS}")
|
||||
@@ -168,5 +168,5 @@ install(TARGETS worldserver DESTINATION bin)
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install(FILES trinitycore.conf.dist DESTINATION etc)
|
||||
install(FILES worldserver.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 "TrinityCore.ico"
|
||||
IDI_APPICON ICON "worldserver.ico"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Neutre (Par défaut système) resources
|
||||
@@ -69,12 +69,12 @@ BEGIN
|
||||
BEGIN
|
||||
BLOCK "080004b0"
|
||||
BEGIN
|
||||
VALUE "FileDescription", "TrinityCore"
|
||||
VALUE "FileDescription", "worldserver"
|
||||
VALUE "FileVersion", STRFILEVER
|
||||
VALUE "InternalName", "TrinityCore"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2008-2009"
|
||||
VALUE "OriginalFilename", "TrinityCore.exe"
|
||||
VALUE "ProductName", "TrinityCore"
|
||||
VALUE "InternalName", "worldserver"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2008-2010"
|
||||
VALUE "OriginalFilename", "worldserver.exe"
|
||||
VALUE "ProductName", "worldserver"
|
||||
VALUE "ProductVersion", STRPRODUCTVER
|
||||
END
|
||||
END
|
||||
Reference in New Issue
Block a user