[Python-3000-checkins] r65673 - in python/branches/py3k: PC/VC6/_multiprocessing.dsp PC/VC6/pcbuild.dsw

hirokazu.yamamoto python-3000-checkins at python.org
Thu Aug 14 13:34:49 CEST 2008


Author: hirokazu.yamamoto
Date: Thu Aug 14 13:34:49 2008
New Revision: 65673

Log:
Merged revisions 65672 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r65672 | hirokazu.yamamoto | 2008-08-14 20:26:34 +0900 | 1 line
  
  Added _multiprocessing module support. (VC6)
........


Added:
   python/branches/py3k/PC/VC6/_multiprocessing.dsp
      - copied unchanged from r65672, /python/trunk/PC/VC6/_multiprocessing.dsp
Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/PC/VC6/pcbuild.dsw

Modified: python/branches/py3k/PC/VC6/pcbuild.dsw
==============================================================================
--- python/branches/py3k/PC/VC6/pcbuild.dsw	(original)
+++ python/branches/py3k/PC/VC6/pcbuild.dsw	Thu Aug 14 13:34:49 2008
@@ -72,6 +72,21 @@
 
 ###############################################################################
 
+Project: "_multiprocessing"=".\_multiprocessing.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+    Begin Project Dependency
+    Project_Dep_Name pythoncore
+    End Project Dependency
+}}}
+
+###############################################################################
+
 Project: "_socket"=".\_socket.dsp" - Package Owner=<4>
 
 Package=<5>


More information about the Python-3000-checkins mailing list