"Eli Zaretskii" wrote:
This project file doesn't specify any runtime lib to link with. Hence the default is to use
LIBCMT.LIB as if '-MT' was used. I would like to build using '-MD' (or '-MDd') which
pulls in msvcrt[d].dll (most MSVC software seems to be using this CRT these
days).
Why is t
> From: "Gisle Vanem"
> Date: Fri, 29 Nov 2013 14:01:46 +0100
>
> This project file doesn't specify any runtime lib to link with. Hence the
> default is to use
> LIBCMT.LIB as if '-MT' was used. I would like to build using '-MD' (or
> '-MDd') which
> pulls in msvcrt[d].dll (most MSVC software