bpo-42336: Improve PCbuild batch files (GH-23275)

This commit is contained in:
Steve Dower 2020-11-18 17:24:36 +00:00 committed by GitHub
parent 07f2adedf0
commit 2156d964a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 60 additions and 24 deletions

2
PCbuild/env.ps1 Normal file
View file

@ -0,0 +1,2 @@
$pcbuild = $script:MyInvocation.MyCommand.Path | Split-Path -parent;
& cmd /K "$pcbuild\env.bat" $args