diff options
author | Brad King <brad.king@kitware.com> | 2011-02-23 15:56:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-02-23 16:04:17 (GMT) |
commit | 761621645c8605252eea9d3a0d171edc46a529c5 (patch) | |
tree | 06161f337879f90c1078cef6ebe1192442b5b3da /Tests/TestInstall.sh.in | |
parent | 6a61a8a5383fe7418cdd893c97328a27b86b08da (diff) | |
download | CMake-761621645c8605252eea9d3a0d171edc46a529c5.zip CMake-761621645c8605252eea9d3a0d171edc46a529c5.tar.gz CMake-761621645c8605252eea9d3a0d171edc46a529c5.tar.bz2 |
Pass .def files directly to MinGW tools (#9997)
Commit 6a61a8a5 (Honor module .def files with MinGW tools, 2011-02-21)
set CMAKE_LINK_DEF_FILE_FLAG to "-Wl," to enable passing .def files to
the linker on MinGW. However, older GNU tools in the MSYS shell do not
know how to translate "-Wl,/c/..." to "c:/..." and complain that the
file does not exist. Instead set the flag to just "" which tells CMake
it can pass the file through the front-end with no special flag.
Diffstat (limited to 'Tests/TestInstall.sh.in')
0 files changed, 0 insertions, 0 deletions