mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Assure that LyX and tex2lyx use src/lyxwinres.rc
This commit is contained in:
parent
c42776868d
commit
e501f2c473
@ -95,7 +95,9 @@ if (LYX_VLD)
|
||||
endif()
|
||||
|
||||
if(WIN32 AND NOT MINGW)
|
||||
set(FILE_RC ${TOP_CMAKE_PATH}/lyx.rc)
|
||||
set(FILE_RC ${TOP_SRC_DIR}/src/lyxwinres.rc)
|
||||
file(COPY ${TOP_SRC_DIR}/development/Win32/packaging/icons/lyx.ico DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
|
||||
file(COPY ${TOP_SRC_DIR}/development/Win32/packaging/icons/lyx_doc.ico DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
|
||||
message(STATUS "Using icon defined in resource file: ${FILE_RC}")
|
||||
endif()
|
||||
|
||||
|
@ -29,7 +29,7 @@ include_directories((BEFORE
|
||||
${ZLIB_INCLUDE_DIR})
|
||||
|
||||
if(WIN32 AND NOT MINGW)
|
||||
set(FILE_RC ${TOP_CMAKE_PATH}/lyx.rc)
|
||||
set(FILE_RC ${TOP_SRC_DIR}/src/lyxwinres.rc)
|
||||
message(STATUS "Using icon defined in resource file: ${FILE_RC}")
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user