From: Martin v. Löwis Date: Wed, 5 Sep 2007 06:39:17 +0000 (+0000) Subject: Patch #1105: Explain that one needs to build the solution X-Git-Tag: v2.6a1~1344 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c1cb7ea8e35e3df5d5a9fc5640fefe89a238d31;p=python Patch #1105: Explain that one needs to build the solution to get dependencies right. --- diff --git a/PCbuild8/readme.txt b/PCbuild8/readme.txt index eb8cd311b1..eb15dc8ab0 100644 --- a/PCbuild8/readme.txt +++ b/PCbuild8/readme.txt @@ -90,6 +90,13 @@ unicodedata large tables of Unicode data winsound play sounds (typically .wav files) under Windows + +Note: Check the dependencies of subprojects when building a subproject. You +need to manually build each of the dependencies, in order, first. A good +example of this is the pythoncore subproject. It is dependent on both the +make_versioninfo and the make_buildinfo subprojects. You can check the build +order by right clicking on the project name, in the solution explorer, and +selecting the project build order item. The following subprojects will generally NOT build out of the box. They wrap code Python doesn't control, and you'll need to download the base