mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
9 lines
No EOL
134 B
Batchfile
9 lines
No EOL
134 B
Batchfile
@rem Used by the buildbot "buildmsi" step.
|
|
setlocal
|
|
|
|
pushd
|
|
|
|
@rem build both snapshot MSIs
|
|
call "%~dp0..\msi\build.bat" -x86 -x64
|
|
|
|
popd |