mirror of
https://github.com/reactos/CMake.git
synced 2025-01-21 02:45:05 +00:00
BUG: fix for 4420 Unicode and MBC versions of the MFC
This commit is contained in:
parent
96665eb79d
commit
f548dc4a06
@ -51,6 +51,9 @@ IF(MSVC)
|
||||
SET(__install__libs ${__install__libs}
|
||||
"${MSVC80_MFC_DIR}/Microsoft.VC80.MFC.manifest"
|
||||
"${MSVC80_MFC_DIR}/mfc80.dll"
|
||||
"${MSVC80_MFC_DIR}/mfc80u.dll"
|
||||
"${MSVC80_MFC_DIR}/mfcm80.dll"
|
||||
"${MSVC80_MFC_DIR}/mfcm80u.dll"
|
||||
)
|
||||
ENDIF(MSVC80)
|
||||
ENDIF(CMAKE_INSTALL_MFC_LIBRARIES)
|
||||
|
Loading…
x
Reference in New Issue
Block a user