Legends-of-Azeroth-Pandaria-5.4.8

Форк
0
26 строк · 1.7 Кб
1
# Copyright (C) 2011-2016 Project SkyFire <http://www.projectskyfire.org/
2
# Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
3
#
4
# This file is free software; as a special exception the author gives
5
# unlimited permission to copy and/or distribute it, with or without
6
# modifications, as long as this notice is preserved.
7
#
8
# This program is distributed in the hope that it will be useful, but
9
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11

12
option(SERVERS          "Build worldserver and authserver"                            1)
13
option(SCRIPTS          "Build core with scripts included"                            1)
14
option(TOOLS            "Build map/vmap/mmap extraction/assembler tools"              0)
15
option(ELUNA            "Build Eluna Lua Engine"                                      1)
16
option(USE_SCRIPTPCH    "Use precompiled headers when compiling scripts"              1)
17
option(USE_COREPCH      "Use precompiled headers when compiling servers"              1)
18
option(WITH_WARNINGS    "Show all warnings during compile"                            0)
19
option(WITH_COREDEBUG   "Include additional debug-code in core"                       0)
20
option(WITH_SANITIZER   "Build with AddressSanitizer"                                 0)
21
option(AUTH_SERVER      "Build authserver"                                            1)
22
option(UPDATER          "Build updater"                                               0)
23
if (UNIX)
24
option(BUILD_DEPLOY     "Option of a build for deployment"                            1)
25
endif()
26
option(BUILD_DEV        "Experimental build for development under Windows"            0)

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.