diff options
author | Marc Culler <culler@users.noreply.github.com> | 2024-11-14 18:45:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-14 18:45:08 (GMT) |
commit | 47cbf038850852cdcbe7a404ed7c64542340d58a (patch) | |
tree | ca977544f84a311c43120280e1ae564f67b51728 /PCbuild/build.bat | |
parent | 1e3497e745d6559d30dbb65c914d19c759d60dc5 (diff) | |
download | cpython-47cbf038850852cdcbe7a404ed7c64542340d58a.zip cpython-47cbf038850852cdcbe7a404ed7c64542340d58a.tar.gz cpython-47cbf038850852cdcbe7a404ed7c64542340d58a.tar.bz2 |
gh-124111: Update tkinter for compatibility with Tcl/Tk 9.0.0 (GH-124156)
Diffstat (limited to 'PCbuild/build.bat')
-rw-r--r-- | PCbuild/build.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/build.bat b/PCbuild/build.bat index abe6495..6d3ce81 100644 --- a/PCbuild/build.bat +++ b/PCbuild/build.bat @@ -11,7 +11,7 @@ echo.directly to MSBuild may be passed. If the argument contains an '=', the echo.entire argument must be quoted (e.g. `%~nx0 "/p:PlatformToolset=v141"`). echo.Alternatively you can put extra flags for MSBuild in a file named echo.`msbuild.rsp` in the `PCbuild` directory, one flag per line. This file -echo.will be picked automatically by MSBuild. Flags put in this file does not +echo.will be picked automatically by MSBuild. Flags put in this file do not echo.need to be quoted. You can still use environment variables inside the echo.response file. echo. @@ -196,4 +196,4 @@ rem Display the current build version information call "%dir%find_msbuild.bat" %MSBUILD% if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2) %MSBUILD% "%dir%pythoncore.vcxproj" /t:ShowVersionInfo /v:m /nologo %1 %2 %3 %4 %5 %6 %7 %8 %9 -if ERRORLEVEL 1 exit /b 3
\ No newline at end of file +if ERRORLEVEL 1 exit /b 3 |