mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
VS2015: the linker needs VC\bin, Common7\IDE is even harmful because mspdb140.dll exists in both, but doesn't work when the one in Common7\IDE is used as there is no mspdbsrv.exe
This commit is contained in:
parent
f303a1677f
commit
32c94fb5a9
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ LINKCMD=%VCINSTALLDIR%\bin\link.exe
|
|||
;VC2008 LINKCMD=%VCINSTALLDIR%\bin\amd64\link.exe
|
||||
|
||||
; needed with /DEBUG to find mspdb*.dll (only for VS2012 or VS2013)
|
||||
;VC2015 PATH=%PATH%;%VCINSTALLDIR%\bin\x86_amd64
|
||||
;VC2015 PATH=%PATH%;%VCINSTALLDIR%\bin\x86_amd64;%VCINSTALLDIR%\bin
|
||||
;VC2013 PATH=%PATH%;%VCINSTALLDIR%\bin\x86_amd64;%VCINSTALLDIR%\..\Common7\IDE;%VCINSTALLDIR%\bin
|
||||
;VC2012 PATH=%PATH%;%VCINSTALLDIR%\bin\x86_amd64;%VCINSTALLDIR%\..\Common7\IDE
|
||||
|
||||
|
@ -105,7 +105,7 @@ DFLAGS=%DFLAGS% -L/OPT:NOICF
|
|||
LINKCMD=%VCINSTALLDIR%\bin\link.exe
|
||||
|
||||
; needed with /DEBUG to find mspdb*.dll (only for VS2012 or VS2013)
|
||||
;VC2015 PATH=%PATH%;%VCINSTALLDIR%\..\Common7\IDE;%VCINSTALLDIR%\bin
|
||||
;VC2015 PATH=%PATH%;%VCINSTALLDIR%\bin
|
||||
;VC2013 PATH=%PATH%;%VCINSTALLDIR%\..\Common7\IDE;%VCINSTALLDIR%\bin
|
||||
;VC2012 PATH=%PATH%;%VCINSTALLDIR%\..\Common7\IDE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue