https://issues.dlang.org/show_bug.cgi?id=14112
--- Comment #6 from Vladimir Panteleev <[email protected]> --- I build it with the VS2010 compiler (from the command line). Here are my build commands: set PATH=C:\Soft\dm\bin;%WINDIR%\System32;C:\Soft\Tools set PATH=%PATH%;C:\Windows\Microsoft.NET\Framework64\v4.0.30319 call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\vcvars64.bat" msbuild /p:Configuration=Release /p:Platform=x64 dmd_msc_vs10.sln if errorlevel 1 exit 1 copy /y vcbuild\x64\Release\dmd_msc.exe dmd.exe copy /y vcbuild\x64\Release\dmd_msc.pdb dmd.pdb --
