summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-12-05 21:39:07 (GMT)
committerBrad King <brad.king@kitware.com>2011-12-05 23:13:49 (GMT)
commitafb00fef193b1000aa76e3a523899712065d53d0 (patch)
tree5fe5e0dfa8407ecb7d2e5016ed1cec6b88533664 /.gitattributes
parent61e862986ae56e111533c21759a4e01a41968d1e (diff)
downloadCMake-afb00fef193b1000aa76e3a523899712065d53d0.zip
CMake-afb00fef193b1000aa76e3a523899712065d53d0.tar.gz
CMake-afb00fef193b1000aa76e3a523899712065d53d0.tar.bz2
Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .lib
Teach the Windows-GNU.cmake platform file to look for Visual Studio tools matching the target ABI. Add an extra step to the link command for shared libraries and executables that export symbols and on which a new GNUtoMS property is set (initialized by the CMAKE_GNUtoMS option). Tell the GNU linker to output a module definition (.def) file listing exported symbols in addition to the GNU-format import library (.dll.a). Pass the .def file to the MS "lib" tool to construct a MS-format DLL import library (.lib). Teach the install(TARGETS) command to install the MS import library next to the GNU one. Teach the install(EXPORT) and export() command to set the IMPORTED_IMPLIB property pointing at the import library to use the import library matching the tools in the importing project.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index d9d64d6..d21f1dd 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -8,6 +8,7 @@ configure crlf=input
*.sh.in crlf=input
*.bat -crlf
+*.bat.in -crlf
*.dsp -crlf
*.dsptemplate -crlf
*.dsw -crlf