Renamed ZetaGlest to Glest

This commit is contained in:
mathusummut
2019-01-31 02:40:31 +01:00
parent 94493ab109
commit d5775734d7
536 changed files with 2372 additions and 2411 deletions

View File

@@ -8,7 +8,7 @@
#
IF(WANT_STATIC_LIBS)
IF(BUILD_ZETAGLEST_MODEL_VIEWER OR BUILD_ZETAGLEST_MAP_EDITOR OR BUILD_ZETAGLEST)
IF(BUILD_GLEST_MODEL_VIEWER OR BUILD_MAP_EDITOR OR BUILD_GLEST)
# shared lib
FOREACH(STATIC_LIB
OpenSSL
@@ -26,7 +26,7 @@ IF(WANT_STATIC_LIBS)
LIST(APPEND LIST_OF_STATIC_LIBS_MG "${STATIC_LIB}")
ENDFOREACH()
ENDIF()
IF(BUILD_ZETAGLEST_MODEL_VIEWER OR BUILD_ZETAGLEST_MAP_EDITOR)
IF(BUILD_GLEST_MODEL_VIEWER OR BUILD_MAP_EDITOR)
# wxWidgets for tools
FOREACH(STATIC_LIB
wxWidgets)
@@ -38,7 +38,7 @@ IF(WANT_STATIC_LIBS)
# wxWidgets by default are not available static
ENDIF()
ENDIF()
IF(BUILD_ZETAGLEST)
IF(BUILD_GLEST)
# only libs not used by shared lib
FOREACH(STATIC_LIB
OGG)