Skip to content

Add support for the Visual Studio Express 2017 linker #53474

Closed
@lucatrv

Description

@lucatrv

Support for the Visual Studio 2017 linker was added with PR #38584, and I guess that rustc now works either with the Community or the Professional or the Enterprise releases (see comparison here). However that PR does not cover Visual Studio Express 2017, whose linker is located at c:\Program Files (x86)\Microsoft Visual Studio\2017\WDExpress\VC\Tools\MSVC\14.12.25827\bin\Hostx86\x64\link.exe.

In order for rustc to find the Visual Studio Express 2017 linker I need to run c:\Program Files (x86)\Microsoft Visual Studio\2017\WDExpress\VC\Auxiliary\Build\vcvarsx86_amd64.bat.

I'm on Windows 7, running rustc version 1.28.0 (stable).

Metadata

Metadata

Assignees

No one assigned

    Labels

    O-windows-msvcToolchain: MSVC, Operating system: Windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions