mirror of
https://github.com/python/cpython.git
synced 2024-11-22 13:28:21 +01:00
6b6e687766
Updates checked-in line endings on several files.
9 lines
134 B
Batchfile
9 lines
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 |