diff options
author | 2011-01-07 17:20:21 +0100 | |
---|---|---|
committer | 2014-05-06 09:52:12 -0700 | |
commit | a08e803d76dff22d8c2b428a725be247425963af (patch) | |
tree | 2523ad49591bc0ff818a66df35000e4007431b9b /t/t4013/diff.format-patch_--stdout_--no-numbered_initial..master | |
parent | Merge git://github.com/git-l10n/git-po (diff) | |
download | tgif-a08e803d76dff22d8c2b428a725be247425963af.tar.xz |
MSVC: link dynamically to the CRT
Dynamic linking is generally preferred over static linking, and MSVCRT.dll
has been integral part of Windows for a long time.
This also fixes linker warnings for _malloc and _free in zlib.lib, which
seems to be compiled for MSVCRT.dll already.
The DLL version also exports some of the CRT initialization functions,
which are hidden in the static libcmt.lib (e.g. __wgetmainargs, required by
subsequent Unicode patches).
Signed-off-by: Karsten Blees <blees@dcon.de>
Signed-off-by: Stepan Kasal <kasal@ucw.cz>
Acked-by: Sebastian Schuberth <sschuberth@gmail.com>
Acked-by: Marat Radchenko <marat@slonopotamus.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.format-patch_--stdout_--no-numbered_initial..master')
0 files changed, 0 insertions, 0 deletions