|
1 | 1 | #
|
2 |
| -# Copyright (C) 2012 HellGround <http://www.hellground.pl/> |
| 2 | +# Copyright (C) 2012 looking4group <http://www.looking4group.de/> |
3 | 3 | #
|
4 | 4 | # Copyright (C) 2005-2012 MaNGOS project <http://getmangos.com/>
|
5 | 5 | #
|
|
18 | 18 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
19 | 19 | #
|
20 | 20 |
|
21 |
| -project(HellGround) |
| 21 | +project(Looking4Group) |
22 | 22 | set(SERVER_VERSION 2.4.3)
|
23 | 23 |
|
24 | 24 | # CMake policies
|
@@ -65,7 +65,7 @@ endif()
|
65 | 65 |
|
66 | 66 | # Output description of this script
|
67 | 67 | message(
|
68 |
| - "\nThis script builds the HellGround project server. |
| 68 | + "\nThis script builds the Looking4Group project server. |
69 | 69 | Options that can be used in order to configure the process:
|
70 | 70 | PREFIX: Path where the server should be installed to
|
71 | 71 | PCH : Use precompiled headers
|
@@ -144,7 +144,7 @@ endif()
|
144 | 144 |
|
145 | 145 | # Set up the install-prefix
|
146 | 146 | if(CMAKE_INSTALL_PREFIX STREQUAL "/usr/local")
|
147 |
| - get_filename_component(PREFIX_ABSOLUTE "../hellground-server" ABSOLUTE) |
| 147 | + get_filename_component(PREFIX_ABSOLUTE "../l4g-server" ABSOLUTE) |
148 | 148 | set(CMAKE_INSTALL_PREFIX ${PREFIX_ABSOLUTE} CACHE PATH "Install path prefix." FORCE)
|
149 | 149 | endif()
|
150 | 150 | if(PREFIX)
|
@@ -241,14 +241,14 @@ add_custom_target(uninstall
|
241 | 241 |
|
242 | 242 | # Find core revision
|
243 | 243 | if(MERCURIAL_FOUND)
|
244 |
| - MERCURIAL_HG_INFO(${PROJECT_SOURCE_DIR} HellGround) |
| 244 | + MERCURIAL_HG_INFO(${PROJECT_SOURCE_DIR} L4G) |
245 | 245 | endif()
|
246 | 246 |
|
247 | 247 | message("")
|
248 |
| -message("Revision : ${HellGround_HG_ID}") |
249 |
| -message("Last Changed Author : ${HellGround_HG_AUTHOR}") |
250 |
| -message("Last Changed Rev : ${HellGround_HG_CHANGESET}") |
251 |
| -message("Last Changed Date : ${HellGround_HG_DATE}") |
| 248 | +message("Revision : ${looking4group_HG_ID}") |
| 249 | +message("Last Changed Author : ${looking4group_HG_AUTHOR}") |
| 250 | +message("Last Changed Rev : ${looking4group_HG_CHANGESET}") |
| 251 | +message("Last Changed Date : ${looking4group_HG_DATE}") |
252 | 252 | message("Install server to : ${CMAKE_INSTALL_PREFIX}")
|
253 | 253 | message("")
|
254 | 254 |
|
|
0 commit comments