On 7 февраля 2008 Alexei Fedotov wrote: > Alexey, > > I have noticed the following line in your build: > working_vm/make/vm/common-vm.xml: <syslibset libs="msvcrtd" > if="is.windows" unless="is.cfg.release"/> > > From the other side I have not noticed that this Microsoft library is > mentioned in working_*/make/depends.properties > How the build system may be able to produce a debug build which would > contain a debugging DLL version for those who don't have MSVC > installed?
AFAIK this library is not distributed separately from MSVC.NET (Microsoft distributes only non-debug version of its runtime), so MSVC presence is required. -- Gregory
