[cmake-commits] hoffman committed InstallRequiredSystemLibraries.cmake 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Feb 7 10:26:27 EST 2007


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv15668

Modified Files:
	InstallRequiredSystemLibraries.cmake 
Log Message:
BUG: fix for 4420 Unicode and MBC versions of the MFC 


Index: InstallRequiredSystemLibraries.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/InstallRequiredSystemLibraries.cmake,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- InstallRequiredSystemLibraries.cmake	17 Aug 2006 13:36:29 -0000	1.4
+++ InstallRequiredSystemLibraries.cmake	7 Feb 2007 15:26:25 -0000	1.5
@@ -51,6 +51,9 @@
       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)



More information about the Cmake-commits mailing list