diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-07 15:26:25 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-07 15:26:25 (GMT) |
commit | f548dc4a06bdac0507cce22b26d5058878de8044 (patch) | |
tree | c02202eb5ed1117d975c4a58f9842d95547f7d8e /Modules/InstallRequiredSystemLibraries.cmake | |
parent | 96665eb79d78c68e6c94f7d8824d28106fea6547 (diff) | |
download | CMake-f548dc4a06bdac0507cce22b26d5058878de8044.zip CMake-f548dc4a06bdac0507cce22b26d5058878de8044.tar.gz CMake-f548dc4a06bdac0507cce22b26d5058878de8044.tar.bz2 |
BUG: fix for 4420 Unicode and MBC versions of the MFC
Diffstat (limited to 'Modules/InstallRequiredSystemLibraries.cmake')
-rw-r--r-- | Modules/InstallRequiredSystemLibraries.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/InstallRequiredSystemLibraries.cmake b/Modules/InstallRequiredSystemLibraries.cmake index 4ffdb1b..d824ade 100644 --- a/Modules/InstallRequiredSystemLibraries.cmake +++ b/Modules/InstallRequiredSystemLibraries.cmake @@ -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) |