[Python-checkins] python/dist/src/PCbuild pythoncore.vcproj, 1.20,
1.21
tim_one at users.sourceforge.net
tim_one at users.sourceforge.net
Tue Oct 12 23:49:01 CEST 2004
Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15106/PCbuild
Modified Files:
pythoncore.vcproj
Log Message:
Supply the _subprocess module under 7.1. I'm not sure what the status
of this should be on non-WIN32 Windows variants.
Index: pythoncore.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.vcproj,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- pythoncore.vcproj 1 Sep 2004 18:29:25 -0000 1.20
+++ pythoncore.vcproj 12 Oct 2004 21:48:57 -0000 1.21
@@ -364,6 +364,9 @@
RelativePath="..\Modules\_sre.c">
</File>
<File
+ RelativePath="..\Pc\_subprocess.c">
+ </File>
+ <File
RelativePath="..\Modules\_weakref.c">
<FileConfiguration
Name="Release|Win32">
More information about the Python-checkins
mailing list