vsvars32.bat in Visual Studio 2017

后端 未结 6 459
南笙
南笙 2020-12-08 13:31

As the Visual Studio installer is new from Visual Studio 2017 version, I cannot located the Visual C++ component, explained here.

How do I proceed to get the

6条回答
  •  佛祖请我去吃肉
    2020-12-08 13:47

    Just change "vsvars32.bat" to "vsdevcmd.bat". This is compatible at least back to VS2015.

    call "$(DevEnvDir)..\tools\vsdevcmd.bat"
    editbin /largeaddressaware "$(TargetPath)"
    

提交回复
热议问题