summaryrefslogtreecommitdiffstats
path: root/PCbuild/env.ps1
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2020-11-18 17:24:36 (GMT)
committerGitHub <noreply@github.com>2020-11-18 17:24:36 (GMT)
commit2156d964a12285280c533af1c96eb273c58451e6 (patch)
tree9481f5ca37da936f0759783843df58891768b66f /PCbuild/env.ps1
parent07f2adedf0940b06d136208ec386d69b7d2d5b43 (diff)
downloadcpython-2156d964a12285280c533af1c96eb273c58451e6.zip
cpython-2156d964a12285280c533af1c96eb273c58451e6.tar.gz
cpython-2156d964a12285280c533af1c96eb273c58451e6.tar.bz2
bpo-42336: Improve PCbuild batch files (GH-23275)
Diffstat (limited to 'PCbuild/env.ps1')
-rw-r--r--PCbuild/env.ps12
1 files changed, 2 insertions, 0 deletions
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