diff options
author | Steve Dower <steve.dower@python.org> | 2022-02-28 12:06:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-28 12:06:43 (GMT) |
commit | da7d99a4de72aac8d436cecedf16ab2676f9b785 (patch) | |
tree | 4cd872e18c9b1053147d9e50bed6cbe8cfe6a1b6 /PCbuild/prepare_tcltk.bat | |
parent | 424ecab494d538650ba34937cdd710094ccb2275 (diff) | |
download | cpython-da7d99a4de72aac8d436cecedf16ab2676f9b785.zip cpython-da7d99a4de72aac8d436cecedf16ab2676f9b785.tar.gz cpython-da7d99a4de72aac8d436cecedf16ab2676f9b785.tar.bz2 |
bpo-46567: Add Tcl/Tk build for Windows ARM64 (GH-31574)
Diffstat (limited to 'PCbuild/prepare_tcltk.bat')
-rw-r--r-- | PCbuild/prepare_tcltk.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/prepare_tcltk.bat b/PCbuild/prepare_tcltk.bat index 77075af..4a43ed1 100644 --- a/PCbuild/prepare_tcltk.bat +++ b/PCbuild/prepare_tcltk.bat @@ -53,3 +53,7 @@ call "%PCBUILD%\get_externals.bat" --tkinter-src %ORG_SETTING% %MSBUILD% "%PCBUILD%\tcl.vcxproj" /p:Configuration=Release /p:Platform=x64 %MSBUILD% "%PCBUILD%\tk.vcxproj" /p:Configuration=Release /p:Platform=x64 %MSBUILD% "%PCBUILD%\tix.vcxproj" /p:Configuration=Release /p:Platform=x64 + +%MSBUILD% "%PCBUILD%\tcl.vcxproj" /p:Configuration=Release /p:Platform=ARM64 +%MSBUILD% "%PCBUILD%\tk.vcxproj" /p:Configuration=Release /p:Platform=ARM64 +%MSBUILD% "%PCBUILD%\tix.vcxproj" /p:Configuration=Release /p:Platform=ARM64 |