From f1502d097c29b266a5748312ee2451a2d6ac0af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Gr=C3=B6nke?= Date: Mon, 25 Sep 2017 18:58:10 +0200 Subject: bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) --- Doc/distutils/builtdist.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/distutils') diff --git a/Doc/distutils/builtdist.rst b/Doc/distutils/builtdist.rst index dc3a50cb03..f523a67234 100644 --- a/Doc/distutils/builtdist.rst +++ b/Doc/distutils/builtdist.rst @@ -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. -- cgit v1.2.1