[Issue 14112] Phobos git master doesn't build with MSVC-built compiler (DIP25)

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Mar 5 12:13:12 PST 2015


https://issues.dlang.org/show_bug.cgi?id=14112

--- Comment #6 from Vladimir Panteleev <thecybershadow at gmail.com> ---
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

--


More information about the Digitalmars-d-bugs mailing list