Skip to content

Commit

Permalink
VS2015: the linker needs VC\bin, Common7\IDE is even harmful because …
Browse files Browse the repository at this point in the history
…mspdb140.dll exists in both, but doesn't work when the one in Common7\IDE is used as there is no mspdbsrv.exe
  • Loading branch information
rainers committed Sep 3, 2015
1 parent f303a16 commit 32c94fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ini/windows/bin/sc.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 32c94fb

Please sign in to comment.