commit | 37f6fe2c935a57cd1bd42c773aba255d8134cb61 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Nov 18 09:45:54 2020 -0800 |
committer | GitHub <noreply@github.com> | Wed Nov 18 09:45:54 2020 -0800 |
tree | 2b9352c47175a23586b683bd1878c59d55d139a7 | |
parent | 35bf8ea7bef7151a420a67638e88d6a1fd81d1a0 [diff] [blame] |
bpo-42336: Improve PCbuild batch files (GH-23275) (cherry picked from commit 2156d964a12285280c533af1c96eb273c58451e6) Co-authored-by: Steve Dower <steve.dower@python.org>
diff --git a/PCbuild/env.ps1 b/PCbuild/env.ps1 new file mode 100644 index 0000000..19d7ada --- /dev/null +++ b/PCbuild/env.ps1
@@ -0,0 +1,2 @@ +$pcbuild = $script:MyInvocation.MyCommand.Path | Split-Path -parent; +& cmd /K "$pcbuild\env.bat" $args