/dmgetvspath

1. get vcvarsall.bat path 2. get fastbuild patch path

Primary LanguageCMIT LicenseMIT

dmgetvspath

Copyright (c) 2013-2018 brinkqiang (brink.qiang@gmail.com)

dmgetvspath License blog Open Source Love GitHub stars GitHub forks

Build status

Linux Mac Windows
lin-badge mac-badge win-badge

Intro

dmgetvspath

dmgetvspath -VS_BIT=amd64 -VS_NAME=Enterprise -VS_VERSION=2019

output

call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64

use in bat

for /F "tokens=*" %%i in ('dmgetvspath -VS_BIT=amd64 -VS_NAME=Enterprise -VS_VERSION=2019') do ( 
    set vscmd=%%i
)

%vscmd%

dmgetvspath_fastbuild_patch

  • fix vs2019 fastbuild build bug
dmgetvspath_fastbuild_patch -VS_NAME=Enterprise -VS_VERSION=2019

output

patch done path: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets

Contacts

Join the chat

Thanks