mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08: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.
6 lines
166 B
Batchfile
6 lines
166 B
Batchfile
@echo off
|
|
set VS8=%ProgramFiles%\Microsoft Visual Studio 8
|
|
echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
|
|
echo.
|
|
call "%VS8%\VC\vcvarsall.bat" %1
|