[Python-checkins] python/dist/src/PC/VC6 pythoncore.dsp,1.14,1.15

loewis at users.sourceforge.net loewis at users.sourceforge.net
Fri Oct 15 06:27:53 CEST 2004


Update of /cvsroot/python/python/dist/src/PC/VC6
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5171

Modified Files:
	pythoncore.dsp 
Log Message:
Add _subprocess.c


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/VC6/pythoncore.dsp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- pythoncore.dsp	31 Aug 2004 18:54:35 -0000	1.14
+++ pythoncore.dsp	15 Oct 2004 04:27:51 -0000	1.15
@@ -149,6 +149,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=..\..\PC\_subprocess.c
+# End Source File
+# Begin Source File
+
 SOURCE=..\..\Modules\_weakref.c
 # End Source File
 # Begin Source File



More information about the Python-checkins mailing list