summaryrefslogtreecommitdiffstats
path: root/PCbuild/build.bat
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/build.bat
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/build.bat')
-rw-r--r--PCbuild/build.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/build.bat b/PCbuild/build.bat
index ba7154d..5a41ca5 100644
--- a/PCbuild/build.bat
+++ b/PCbuild/build.bat
@@ -46,7 +46,7 @@ echo.Available arguments:
echo. -c Release ^| Debug ^| PGInstrument ^| PGUpdate
echo. Set the configuration (default: Release)
echo. -p x64 ^| Win32 ^| ARM ^| ARM64
-echo. Set the platform (default: Win32)
+echo. Set the platform (default: x64)
echo. -t Build ^| Rebuild ^| Clean ^| CleanAll
echo. Set the target manually
echo. --pgo-job The job to use for PGO training; implies --pgo
@@ -55,7 +55,7 @@ exit /b 127
:Run
setlocal
-set platf=Win32
+set platf=x64
set conf=Release
set target=Build
set dir=%~dp0