diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-10-15 04:27:51 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-10-15 04:27:51 (GMT) |
commit | 919637afb012c09107ddf44215958a35e1ea6286 (patch) | |
tree | ae992ce552199d69d4e1c6445b5194e2f473461b /PC/VC6 | |
parent | 15b23a083d1bc861c24b17af95a027571b9ad25c (diff) | |
download | cpython-919637afb012c09107ddf44215958a35e1ea6286.zip cpython-919637afb012c09107ddf44215958a35e1ea6286.tar.gz cpython-919637afb012c09107ddf44215958a35e1ea6286.tar.bz2 |
Add _subprocess.c
Diffstat (limited to 'PC/VC6')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 31008e8..a4026da 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -149,6 +149,10 @@ SOURCE=..\..\Modules\_sre.c # 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
|