Re: MSVC runtime lib issue

2013-11-30 Thread Gisle Vanem
"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

Re: MSVC runtime lib issue

2013-11-29 Thread Eli Zaretskii
> 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

MSVC runtime lib issue

2013-11-29 Thread Gisle Vanem
I've compiled the lastest Git-repo with MSVC using the make_msvc_net2003.vcproj project. This is a bit outdated (was converted to make_msvc_net2003.vcxproj by my Visual Studio 2010. I also had to insert guile.c in again). This project file doesn't specify any runtime lib to link with. Hence the d