Merge topic 'fix-13315-incorrect-mfc-file-name'
e4e6ea0
InstallRequiredSystemLibraries: Use correct file names (#13315)
This commit is contained in:
commit
ba9fde6503
|
@ -312,13 +312,14 @@ if(MSVC)
|
||||||
set(__install__libs ${__install__libs}
|
set(__install__libs ${__install__libs}
|
||||||
"${MSVC${v}_MFCLOC_DIR}/mfc${v}0chs.dll"
|
"${MSVC${v}_MFCLOC_DIR}/mfc${v}0chs.dll"
|
||||||
"${MSVC${v}_MFCLOC_DIR}/mfc${v}0cht.dll"
|
"${MSVC${v}_MFCLOC_DIR}/mfc${v}0cht.dll"
|
||||||
"${MSVC${v}_MFCLOC_DIR}/mfc${v}0enu.dll"
|
|
||||||
"${MSVC${v}_MFCLOC_DIR}/mfc${v}0esp.dll"
|
|
||||||
"${MSVC${v}_MFCLOC_DIR}/mfc${v}0deu.dll"
|
"${MSVC${v}_MFCLOC_DIR}/mfc${v}0deu.dll"
|
||||||
|
"${MSVC${v}_MFCLOC_DIR}/mfc${v}0enu.dll"
|
||||||
|
"${MSVC${v}_MFCLOC_DIR}/mfc${v}0esn.dll"
|
||||||
"${MSVC${v}_MFCLOC_DIR}/mfc${v}0fra.dll"
|
"${MSVC${v}_MFCLOC_DIR}/mfc${v}0fra.dll"
|
||||||
"${MSVC${v}_MFCLOC_DIR}/mfc${v}0ita.dll"
|
"${MSVC${v}_MFCLOC_DIR}/mfc${v}0ita.dll"
|
||||||
"${MSVC${v}_MFCLOC_DIR}/mfc${v}0jpn.dll"
|
"${MSVC${v}_MFCLOC_DIR}/mfc${v}0jpn.dll"
|
||||||
"${MSVC${v}_MFCLOC_DIR}/mfc${v}0kor.dll"
|
"${MSVC${v}_MFCLOC_DIR}/mfc${v}0kor.dll"
|
||||||
|
"${MSVC${v}_MFCLOC_DIR}/mfc${v}0rus.dll"
|
||||||
)
|
)
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue