]> granicus.if.org Git - python/commitdiff
Patch #1105: Explain that one needs to build the solution
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 5 Sep 2007 06:39:02 +0000 (06:39 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 5 Sep 2007 06:39:02 +0000 (06:39 +0000)
to get dependencies right.

PCbuild8/readme.txt

index 07cdfa466addd8af2850a2af1eeabf2c46aefdc0..f117bab2af4df7a741f8c0504beeb03485225c63 100644 (file)
@@ -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