http://bugs.winehq.org/show_bug.cgi?id=19783
--- Comment #3 from Dan Kegel dank@kegel.com 2009-08-18 23:54:52 --- With the fake mt.exe, the build churns for a while building nspr... then tries to use mkdepend, which promptly falls over with a "R6034: An application has made an attempt to load the C runtime library..." probably because it was built with the fake mt.
(Here are commands to make fake pdbs to get past a firefox build problem; you have to do that to see mkdepend crash: touch ~/.wine/drive_c/demo/firefox-191src/ff-dbg/nsprpub/pr/src/nspr4.pdb touch ~/.wine/drive_c/demo/firefox-191src/ff-dbg/nsprpub/lib/ds/plds4.pdb touch ~/.wine/drive_c/demo/firefox-191src/ff-dbg/nsprpub/lib/libc/src/plc4.pdb )