diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-10-12 21:48:57 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-10-12 21:48:57 (GMT) |
commit | 4eb59782a8d9cbe220766640ec91773d5250a9fd (patch) | |
tree | 65a6a7f9f00c2f47b3c950698d6a6524a348aedd /PCbuild/pythoncore.vcproj | |
parent | f3250b0b0b335fa27ef386cd163359edd1d560f8 (diff) | |
download | cpython-4eb59782a8d9cbe220766640ec91773d5250a9fd.zip cpython-4eb59782a8d9cbe220766640ec91773d5250a9fd.tar.gz cpython-4eb59782a8d9cbe220766640ec91773d5250a9fd.tar.bz2 |
Supply the _subprocess module under 7.1. I'm not sure what the status
of this should be on non-WIN32 Windows variants.
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 59498b3..59bddb3 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -364,6 +364,9 @@ RelativePath="..\Modules\_sre.c"> </File> <File + RelativePath="..\Pc\_subprocess.c"> + </File> + <File RelativePath="..\Modules\_weakref.c"> <FileConfiguration Name="Release|Win32"> |