vcvars32.bat第一行后复制

@SET VSINSTALLDIR=c:\Program Files\Microsoft Visual Studio 10.0 
@SET VCINSTALLDIR=c:\Program Files\Microsoft Visual Studio 10.0\VC
@SET FrameworkDir32=c:\Windows\Microsoft.NET\Framework
@SET FrameworkVersion32=v4.0.30319
@SET Framework35Version=v3.5

在下面三行前面加 ::
::@call :GetVSCommonToolsDir 
::@if "%VS100COMNTOOLS%"=="" goto error_no_VS100COMNTOOLSDIR 
::@call "%VS100COMNTOOLS%VCVarsQueryRegistry.bat" 32bit No64bit

相关文章:

  • 2022-12-23
  • 2022-02-08
  • 2021-12-12
  • 2021-06-23
  • 2021-12-10
  • 2022-12-23
  • 2021-12-07
猜你喜欢
  • 2021-07-05
  • 2022-03-04
  • 2022-12-23
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
相关资源
相似解决方案