diff options
author | Thomas Heller <theller@ctypes.org> | 2004-06-02 18:58:55 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2004-06-02 18:58:55 (GMT) |
commit | 9f5f056d7547cd4d8347eb4c4a309eea5397f164 (patch) | |
tree | b76881829b59366525a0536be0a7176aad69ad03 /PC/VC6 | |
parent | 118f931d07de3987958eee51e97b3323c190dbfd (diff) | |
download | cpython-9f5f056d7547cd4d8347eb4c4a309eea5397f164.zip cpython-9f5f056d7547cd4d8347eb4c4a309eea5397f164.tar.gz cpython-9f5f056d7547cd4d8347eb4c4a309eea5397f164.tar.bz2 |
Remove the pcre module.
Diffstat (limited to 'PC/VC6')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index dc4acd4..84737e8 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -555,10 +555,6 @@ SOURCE=..\..\Parser\parsetok.c # End Source File
# Begin Source File
-SOURCE=..\..\Modules\pcremodule.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\Modules\posixmodule.c
# End Source File
# Begin Source File
@@ -567,10 +563,6 @@ SOURCE=..\..\Python\pyfpe.c # End Source File
# Begin Source File
-SOURCE=..\..\Modules\pypcre.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\Python\pystate.c
# End Source File
# Begin Source File
|