mirror of
https://github.com/python/cpython.git
synced 2025-11-17 01:25:57 +00:00
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
This commit is contained in:
parent
8110dbd470
commit
f1502d097c
22 changed files with 44 additions and 43 deletions
|
|
@ -368,7 +368,7 @@ Python itself for the platform you are targeting - it is not possible from a
|
|||
binary installation of Python (as the .lib etc file for other platforms are
|
||||
not included.) In practice, this means the user of a 32 bit operating
|
||||
system will need to use Visual Studio 2008 to open the
|
||||
:file:`PCBuild/PCbuild.sln` solution in the Python source tree and build the
|
||||
:file:`PCbuild/PCbuild.sln` solution in the Python source tree and build the
|
||||
"x64" configuration of the 'pythoncore' project before cross-compiling
|
||||
extensions is possible.
|
||||
|
||||
|
|
|
|||
|
|
@ -186,7 +186,7 @@ options, run :program:`python -m test -h`.
|
|||
Some other ways to execute the regression tests depend on what platform the
|
||||
tests are being executed on. On Unix, you can run :program:`make test` at the
|
||||
top-level directory where Python was built. On Windows,
|
||||
executing :program:`rt.bat` from your :file:`PCBuild` directory will run all
|
||||
executing :program:`rt.bat` from your :file:`PCbuild` directory will run all
|
||||
regression tests.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ pushd %~dp0
|
|||
|
||||
set this=%~n0
|
||||
|
||||
call ..\PCBuild\find_python.bat %PYTHON%
|
||||
call ..\PCbuild\find_python.bat %PYTHON%
|
||||
if not defined SPHINXBUILD if defined PYTHON (
|
||||
%PYTHON% -c "import sphinx" > nul 2> nul
|
||||
if errorlevel 1 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue