summaryrefslogtreecommitdiff
path: root/Modules/InstallRequiredSystemLibraries.cmake
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Because of Windows registry madness, we could not find the ↵David Cole2008-11-131-7/+17
| | | | redistributables directory on Win64 builds... Add a search directory based on devenv (CMAKE_MAKE_PROGRAM) location so we can find it despite the madness.
* BUG: Fix issue #6610. Use 64-bit system binaries when using the 64-bit MSVC ↵David Cole2008-07-301-12/+19
| | | | compiler. Thanks to Clinton Stimpson for the patch.
* ENH: add vs9 mfc librariesBill Hoffman2008-04-031-2/+41
|
* ENH: add vs9 stuff, still need msvc9 mfcBill Hoffman2008-02-291-0/+29
|
* ENH: change nameBill Hoffman2007-11-091-2/+2
|
* ENH: add ability to use your own install directoriesBill Hoffman2007-11-081-6/+12
|
* ENH: remove messageBill Hoffman2007-09-211-1/+0
|
* ENH: allow for installation of debug libsBill Hoffman2007-09-171-4/+35
|
* BUG: fix for bug 4420 add language dll's to mfc installBill Hoffman2007-02-201-0/+18
|
* BUG: fix for 4420 Unicode and MBC versions of the MFCBill Hoffman2007-02-071-0/+3
|
* ENH: Implemented support for installing VC8 runtime libraries.Brad King2006-08-171-3/+18
|
* ENH: add correct flags for msvc generatorsBill Hoffman2006-04-101-19/+4
|
* ENH: Handle visual studio versionsAndy Cedilnik2006-03-211-9/+57
|
* ENH: Install system libraries only if project requires themAndy Cedilnik2006-03-011-0/+29