mirror of
https://github.com/python/cpython.git
synced 2026-01-04 06:22:20 +00:00
Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why.
7 lines
223 B
Batchfile
7 lines
223 B
Batchfile
@rem Used by the buildbot "compile" step.
|
|
cmd /c Tools\buildbot\external.bat
|
|
call "%VS100COMNTOOLS%vsvars32.bat"
|
|
cmd /c Tools\buildbot\clean.bat
|
|
|
|
msbuild PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=Win32
|
|
|