]> granicus.if.org Git - icu/commit
ICU-13138 MinGW: add 'd' suffix to the names of binary files with Debug config (#28)
authorsav-ix <sav_ix@ukr.net>
Fri, 3 Aug 2018 02:08:58 +0000 (05:08 +0300)
committerShane Carr <shane@unicode.org>
Thu, 27 Sep 2018 21:27:37 +0000 (14:27 -0700)
commite8e3a5dee4caa82e71c5345a43e31ca0801a538a
treef17edb56ce5a71a258a71ce21144cd852f3d389c
parentbd1d915c2dff1813523ce9c85ef34bd3f1a1bd34
ICU-13138 MinGW: add 'd' suffix to the names of binary files with Debug config (#28)

For builds using Cygwin and MSVC with Debug configuration, '.dll' and '.lib' binaries has 'd' suffix.

Doing the same for builds using MinGW and MinGW64, based on the code from MSVC toolchain.

Task-number: ICU-13138
icu4c/source/config/mh-mingw
icu4c/source/config/mh-mingw64