[Python-checkins] r54816 - python/trunk/PC/VC6/pcbuild.dsw

trent.mick python-checkins at python.org
Sat Apr 14 01:22:07 CEST 2007


Author: trent.mick
Date: Sat Apr 14 01:22:05 2007
New Revision: 54816

Modified:
   python/trunk/PC/VC6/pcbuild.dsw
Log:
Add the necessary dependency for the Windows VC6 build to ensure 'pythoncore'
is built before '_ctypes' is attempted.
Will backport to 2.5 once it is unfrozen for 2.5.1.


Modified: python/trunk/PC/VC6/pcbuild.dsw
==============================================================================
--- python/trunk/PC/VC6/pcbuild.dsw	(original)
+++ python/trunk/PC/VC6/pcbuild.dsw	Sat Apr 14 01:22:05 2007
@@ -26,6 +26,9 @@
 
 Package=<4>
 {{{
+    Begin Project Dependency
+    Project_Dep_Name pythoncore
+    End Project Dependency
 }}}
 
 ###############################################################################


More information about the Python-checkins mailing list