mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Winch Gate instead of Winchgate
This commit is contained in:
parent
87185b0a33
commit
0844a652b5
2 changed files with 4 additions and 4 deletions
|
@ -61,7 +61,7 @@ SET(NL_VERSION_MAJOR 0)
|
|||
SET(NL_VERSION_MINOR 12)
|
||||
SET(NL_VERSION_PATCH 0)
|
||||
SET(YEAR "2004-${CURRENT_YEAR}")
|
||||
SET(AUTHOR "Winchgate and The Ryzom Core Community")
|
||||
SET(AUTHOR "Winch Gate and The Ryzom Core Community")
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Redirect output files
|
||||
|
|
|
@ -49,8 +49,8 @@ if(APPLE)
|
|||
SET(MACOSX_BUNDLE_BUNDLE_NAME "Georges Editor Qt")
|
||||
SET(MACOSX_BUNDLE_SHORT_VERSION_STRING "0.9")
|
||||
SET(MACOSX_BUNDLE_BUNDLE_VERSION "0.9")
|
||||
SET(MACOSX_BUNDLE_COPYRIGHT "Winchgate and The Ryzom Core Community")
|
||||
ENDIF(APPLE)
|
||||
SET(MACOSX_BUNDLE_COPYRIGHT ${AUTHOR})
|
||||
ENDIF()
|
||||
|
||||
ADD_EXECUTABLE(georges_editor_qt WIN32 MACOSX_BUNDLE ${GEORGES_EDITOR_SRC} ${GEORGES_EDITOR_MOC_SRCS} ${GEORGES_EDITOR_RC_SRCS} ${GEORGES_EDITOR_UI_HDRS})
|
||||
|
||||
|
@ -68,6 +68,6 @@ NL_ADD_RUNTIME_FLAGS(georges_editor_qt)
|
|||
|
||||
IF(WITH_PCH)
|
||||
ADD_NATIVE_PRECOMPILED_HEADER(georges_editor_qt ${CMAKE_CURRENT_SOURCE_DIR}/stdpch.h ${CMAKE_CURRENT_SOURCE_DIR}/stdpch.cpp)
|
||||
ENDIF(WITH_PCH)
|
||||
ENDIF()
|
||||
|
||||
INSTALL(TARGETS georges_editor_qt RUNTIME DESTINATION ${RYZOM_BIN_PREFIX} COMPONENT runtime BUNDLE DESTINATION /Applications)
|
||||
|
|
Loading…
Reference in a new issue