diff options
author | Guido van Rossum <guido@python.org> | 1997-11-25 06:00:59 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-25 06:00:59 (GMT) |
commit | 36e18e3d5295429f4583d53bd6f2d2226f269e69 (patch) | |
tree | 421ffca22673bcab107ef6080eb538ddba68126c /PC/vc5x | |
parent | cb91e7bbd37c484418ffae33c0e64dda3f056e18 (diff) | |
download | cpython-36e18e3d5295429f4583d53bd6f2d2226f269e69.zip cpython-36e18e3d5295429f4583d53bd6f2d2226f269e69.tar.gz cpython-36e18e3d5295429f4583d53bd6f2d2226f269e69.tar.bz2 |
Added pypcre.c module.
Diffstat (limited to 'PC/vc5x')
-rw-r--r-- | PC/vc5x/python15.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/PC/vc5x/python15.dsp b/PC/vc5x/python15.dsp index dd23da6..0341710 100644 --- a/PC/vc5x/python15.dsp +++ b/PC/vc5x/python15.dsp @@ -347,6 +347,10 @@ 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 @@ -355,6 +359,10 @@ 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 |