summaryrefslogtreecommitdiffstats
path: root/PCbuild8
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-09-05 06:39:02 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-09-05 06:39:02 (GMT)
commit7303f7055ef7ed08fadc8dbeb93f102faf16f217 (patch)
tree38cac503046d2b7e221bbe3b4c239b8d4c5fb4a6 /PCbuild8
parentb084402596703d0ab60bb957db5de708fc923732 (diff)
downloadcpython-7303f7055ef7ed08fadc8dbeb93f102faf16f217.zip
cpython-7303f7055ef7ed08fadc8dbeb93f102faf16f217.tar.gz
cpython-7303f7055ef7ed08fadc8dbeb93f102faf16f217.tar.bz2
Patch #1105: Explain that one needs to build the solution
to get dependencies right.
Diffstat (limited to 'PCbuild8')
-rw-r--r--PCbuild8/readme.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/PCbuild8/readme.txt b/PCbuild8/readme.txt
index 07cdfa4..f117bab 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