Revision 7147ed5ce45ac6ae9d5f4e6e45bce2c66be39be3 authored by Brad King on 10 April 2014, 14:10:39 UTC, committed by Brad King on 11 April 2014, 13:10:56 UTC
A 64-bit MinGW windres is named "i686-w64-mingw32.shared-windres".  The
get_filename_component NAME_WE mode may strip the ".shared-windres" part
and cause the result to no longer contain "windres".  Instead, match the
"windres" name in the full CMAKE_RC_COMPILER value first, and use the
get_filename_component code path only for other resource compilers.
1 parent db924e0
History
File Mode Size
bash-completion
CMakeLists.txt -rw-r--r-- 264 bytes
cmake-help.vim -rw-r--r-- 668 bytes
cmake-indent.vim -rw-r--r-- 2.8 KB
cmake-mode.el -rw-r--r-- 13.9 KB
cmake-syntax.vim -rw-r--r-- 4.4 KB
cmake.m4 -rw-r--r-- 1.9 KB

back to top